diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /textproc/glimpse/Makefile | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-402899809af063240e564f105ec22423fefbea61.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/Makefile')
-rw-r--r-- | textproc/glimpse/Makefile | 7 |
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 |