diff options
author | linimon <linimon@FreeBSD.org> | 2011-01-24 11:46:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-01-24 11:46:54 +0800 |
commit | 1ac7a9829817b07e42e26806b0d931ee6584dab9 (patch) | |
tree | 48418023d264ac683fa690942b719b44bf700931 | |
parent | 5a00c346ca3b1c190a8827abe42ebea4e5909439 (diff) | |
download | freebsd-ports-graphics-1ac7a9829817b07e42e26806b0d931ee6584dab9.tar.gz freebsd-ports-graphics-1ac7a9829817b07e42e26806b0d931ee6584dab9.tar.zst freebsd-ports-graphics-1ac7a9829817b07e42e26806b0d931ee6584dab9.zip |
NO_CDROM and NO_PACKAGE are redundant when RESTRICTED is specified.
While here, pet portlint.
Feature safe: yes
-rw-r--r-- | russian/ksocrat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/russian/ksocrat/Makefile b/russian/ksocrat/Makefile index 6f87718705d..eb2543c7c07 100644 --- a/russian/ksocrat/Makefile +++ b/russian/ksocrat/Makefile @@ -9,7 +9,6 @@ PORTVERSION= 3.2.1 PORTREVISION= 6 CATEGORIES= russian kde MASTER_SITES= http://ksocrat.linux.kiev.ua/download/ - MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION} DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-enru-dic-1.0.1${EXTRACT_SUFX} \ @@ -23,8 +22,7 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool USE_GMAKE= yes -RESTRICTED= "Redistribution not allowed" -NO_CDROM= ${RESTRICTED} +RESTRICTED= Redistribution not allowed CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" |