diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-01-23 22:57:24 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-01-23 22:57:24 +0000 |
commit | 27b25499b39c886416e4a281cf0e5af080d1b84b (patch) | |
tree | aa640f7969cdf3edda993226c0522fac228868ac | |
parent | 46e0bb131977d4eafe0c1635ae0ed248cf022460 (diff) |
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
Notes
Notes:
svn path=/head/; revision=268144
-rw-r--r-- | archivers/ppunpack/Makefile | 3 |
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}" |