summaryrefslogtreecommitdiff
path: root/textproc/glimpse
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-08-18 22:46:29 +0000
committerhubertf <hubertf>2000-08-18 22:46:29 +0000
commit319851030c59cf23051f4b644ce57723ba62c60c (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /textproc/glimpse
parentc62864cb6595a43a3e5a23bf12ad8dafe7481b48 (diff)
downloadpkgsrc-319851030c59cf23051f4b644ce57723ba62c60c.tar.gz
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'textproc/glimpse')
-rw-r--r--textproc/glimpse/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile
index d5b5f4b07a6..0ca6bb90c13 100644
--- a/textproc/glimpse/Makefile
+++ b/textproc/glimpse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2000/03/17 23:38:39 hubertf Exp $
+# $NetBSD: Makefile,v 1.10 2000/08/18 22:46:51 hubertf Exp $
# FreeBSD Id: Makefile,v 1.12 1997/07/17 19:29:07 andreas Exp
#
@@ -11,7 +11,10 @@ MASTER_SITES= ftp://ftp.cs.arizona.edu/glimpse/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://glimpse.cs.arizona.edu/
-NO_CDROM= "Restrictive copyright (don't sell for profit)"
+RESTRICTED= "Restrictive copyright (don't sell for profit)"
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+
USE_GMAKE= yes
GNU_CONFIGURE= yes