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
commitc72e8c6ba48ab216853cf3ee27d80ffc3b4870f7 (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /textproc/glimpse
parent4e65cf5a7684268ec9492ad6523dd5d1d07fbdda (diff)
downloadpkgsrc-c72e8c6ba48ab216853cf3ee27d80ffc3b4870f7.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