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 /parallel/glunix | |
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 'parallel/glunix')
-rw-r--r-- | parallel/glunix/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/parallel/glunix/Makefile b/parallel/glunix/Makefile index b696b28bbab..5d627abd4a8 100644 --- a/parallel/glunix/Makefile +++ b/parallel/glunix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/06/12 12:01:59 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/08/18 22:46:46 hubertf Exp $ DISTNAME= glunix-release-1-0a PKGNAME= glunix-1.0a @@ -17,7 +17,6 @@ USE_PERL5= yes IS_INTERACTIVE= yes NO_MTREE= yes NO_WRKSUBDIR= yes -MIRROR_DISTFILE=NO MESSAGE_FILE= ${WRKDIR}/MESSAGE |