diff options
author | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-18 22:46:29 +0000 |
commit | 319851030c59cf23051f4b644ce57723ba62c60c (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /net/gated | |
parent | c62864cb6595a43a3e5a23bf12ad8dafe7481b48 (diff) | |
download | pkgsrc-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 'net/gated')
-rw-r--r-- | net/gated/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/gated/Makefile b/net/gated/Makefile index c5c73ec8e8a..03bc07b8a0c 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/11/19 13:23:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/18 22:46:44 hubertf Exp $ # FreeBSD Id: Makefile,v 1.17 1998/04/26 18:47:12 peter Exp # @@ -10,7 +10,11 @@ MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gated.org/ -MIRROR_DISTFILE= no +RESTRICTED= "Required license from Merit" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} ALL_TARGET= gated |