aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-01-24 06:57:24 +0800
committerlinimon <linimon@FreeBSD.org>2011-01-24 06:57:24 +0800
commitb06eb88a1e6f2264b1f39f142010e621ba1d9aea (patch)
treec63aaa269a0d1fc4af31138571ca2e5e95dbc6c8
parent1e57eb3f3a7e362fea310f852a8252bbb203a29b (diff)
downloadfreebsd-ports-gnome-b06eb88a1e6f2264b1f39f142010e621ba1d9aea.tar.gz
freebsd-ports-gnome-b06eb88a1e6f2264b1f39f142010e621ba1d9aea.tar.zst
freebsd-ports-gnome-b06eb88a1e6f2264b1f39f142010e621ba1d9aea.zip
RESTRICTED and NO_CDROM shouldn't be used together.
In this case, it appears the distfile may be redistributed on FTP sites. Therefore, NO_CDROM is the correct thing here. Hat: portmgr Feature safe: yes
-rw-r--r--archivers/ppunpack/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/ppunpack/Makefile b/archivers/ppunpack/Makefile
index 3473fac9f43c..44754dfc2d58 100644
--- a/archivers/ppunpack/Makefile
+++ b/archivers/ppunpack/Makefile
@@ -16,8 +16,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Decompresses Amiga PowerPacker files
-RESTRICTED= No commercial redistribution
-NO_CDROM= ${RESTRICTED}
+NO_CDROM= No commercial redistribution
WRKSRC= ${WRKDIR}/PPUnpack
MAKE_ARGS= CC="${CC}" COPTS="${CFLAGS}"