diff options
author | rh <rh> | 2000-07-20 13:30:59 +0000 |
---|---|---|
committer | rh <rh> | 2000-07-20 13:30:59 +0000 |
commit | 60698c62f23a1f94230fde429e8a0b438a2a1f99 (patch) | |
tree | 044b6843fa3a3412ac560247f90a9969d932aacf /archivers | |
parent | 32ba291850bd499c985ed303fb464a5719127ba4 (diff) | |
download | pkgsrc-60698c62f23a1f94230fde429e8a0b438a2a1f99.tar.gz |
Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rar/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 8c6c92fc8dc..312e60e02af 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/05/12 18:20:17 drochner Exp $ +# $NetBSD: Makefile,v 1.25 2000/07/20 13:30:59 rh Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp # @@ -15,8 +15,8 @@ HOMEPAGE= http://www.rarsoft.com/ ONLY_FOR_PLATFORM= NetBSD-*-i386 RESTRICTED= Only unmodified original package can be distributed -NO_PACKAGE= ${RESTRICTED} -NO_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} NO_WRKSUBDIR= yes EXTRACT_CMD= ${DOWNLOADED_DISTFILE} >/dev/null |