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/dip/Makefile | |
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/dip/Makefile')
-rw-r--r-- | net/dip/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/dip/Makefile b/net/dip/Makefile index 99eb0ede186..a60ae682468 100644 --- a/net/dip/Makefile +++ b/net/dip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/07/02 08:37:27 agc Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/18 22:46:44 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/30 03:18:07 asami Exp # @@ -12,7 +12,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org -MIRROR_DISTFILE= no +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL + NO_CONFIGURE= yes MANCOMPRESSED_IF_MANZ= yes |