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 /misc/dt | |
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 'misc/dt')
-rw-r--r-- | misc/dt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/dt/Makefile b/misc/dt/Makefile index 4a5a427dcf3..4020708608f 100644 --- a/misc/dt/Makefile +++ b/misc/dt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/09/07 14:53:55 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/18 22:46:43 hubertf Exp $ # DISTNAME= dt-1.1.7 @@ -8,13 +8,13 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= fb@enteract.com +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL + .BEGIN: .if (${MACHINE} != "mac68k") && (${MACHINE} != "macppc") IGNORE= "is only useful for ports that have the adb and grf devices" .endif -MIRROR_DISTFILE=no - ALL_TARGET= depend all DTDOCSDIR= ${PREFIX}/share/doc/dt |