diff options
author | rh <rh@pkgsrc.org> | 2000-07-20 13:30:59 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-07-20 13:30:59 +0000 |
commit | 15ab860cc3371e99d5d81d168236637a818b0ee8 (patch) | |
tree | 044b6843fa3a3412ac560247f90a9969d932aacf /graphics/CompuPic | |
parent | be656b61f36e7fd7405774577a0ac65a87b2fad4 (diff) | |
download | pkgsrc-15ab860cc3371e99d5d81d168236637a818b0ee8.tar.gz |
Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
Diffstat (limited to 'graphics/CompuPic')
-rw-r--r-- | graphics/CompuPic/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/CompuPic/Makefile b/graphics/CompuPic/Makefile index 56fca60bfa9..1be417d860a 100644 --- a/graphics/CompuPic/Makefile +++ b/graphics/CompuPic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/04/02 02:56:26 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/07/20 13:31:00 rh Exp $ # DISTNAME= compupic-5.0.1033-i386-netbsd @@ -16,8 +16,10 @@ LICENSE= fee-based-commercial-use NO_CONFIGURE= YES NO_BUILD= YES RESTRICTED= "Commercial product, purchase at http://www.photodex.com/ordering/order.html" -NO_PACKAGE= ${RESTRICTED} -NO_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} EXTRACT_CMD= # empty do-install: |