diff options
-rw-r--r-- | archivers/rar/Makefile | 6 | ||||
-rw-r--r-- | games/rollemup/Makefile | 5 | ||||
-rw-r--r-- | graphics/CompuPic/Makefile | 6 | ||||
-rw-r--r-- | japanese/king/Makefile | 3 |
4 files changed, 13 insertions, 7 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 11a8760e783..14d6b8fd582 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1999/05/24 20:39:35 tv Exp $ +# $NetBSD: Makefile,v 1.17 1999/11/23 16:54:39 hubertf Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp # @@ -12,7 +12,9 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 MAINTAINER= packages@netbsd.org -NO_PACKAGE= Only unmodified original package can be distributed +RESTRICTED= Only unmodified original package can be distributed +NO_PACKAGE= ${RESTRICTED} +NO_CDROM= ${RESTRICTED} NO_WRKSUBDIR= yes EXTRACT_CMD= ${DOWNLOADED_DISTFILE} >/dev/null diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 84d08487c77..2cbdbcacb94 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/10/28 06:59:12 sakamoto Exp $ +# $NetBSD: Makefile,v 1.4 1999/11/23 16:54:40 hubertf Exp $ # DISTNAME= Rollemup @@ -18,7 +18,8 @@ MIRROR_DISTFILE=no EXTRACT_ONLY= # empty NO_PATCH= yes NO_CONFIGURE= yes -NO_PACKAGE= yes +NO_PACKAGE= ${RESTRICTED} +NO_CDROM= ${RESTRICTED} PLIST_SRC= ${WRKDIR}/PLIST.src GAMES_DIR= share/games diff --git a/graphics/CompuPic/Makefile b/graphics/CompuPic/Makefile index 63f0cb9ca58..8bf3a2c8150 100644 --- a/graphics/CompuPic/Makefile +++ b/graphics/CompuPic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/09/20 00:53:05 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/11/23 16:54:40 hubertf Exp $ # DISTNAME= compupic-current-i386-Linux @@ -18,7 +18,9 @@ WRKSRC= ${WRKDIR}/compupic-4.6.1005-i386-Linux NO_CONFIGURE= YES NO_BUILD= YES -NO_PACKAGE= "Commercial product, purcase at http://www.photodex.com/ordering/order.html" +RESTRICTED= "Commercial product, purcase at http://www.photodex.com/ordering/order.html" +NO_PACKAGE= ${RESTRICTED} +NO_CDROM= ${RESTRICTED} do-install: ${INSTALL_DATA_DIR} ${PREFIX}/libexec/compupic diff --git a/japanese/king/Makefile b/japanese/king/Makefile index 46665f8db4a..94590efef07 100644 --- a/japanese/king/Makefile +++ b/japanese/king/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/10/14 06:49:50 sakamoto Exp $ +# $NetBSD: Makefile,v 1.3 1999/11/23 16:54:40 hubertf Exp $ # DISTNAME= king-1.00-tb40-1 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.ibm.co.jp/software/internet/king/ RESTRICTED= "You should buy from IBM Corp" NO_PACKAGE= ${RESTRICTED} +NO_CDROM= ${RESTRICTED} MIRROR_DISTFILE=no KINGDISTDIR?= /cdrom/linux |