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 /mail/mush | |
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 'mail/mush')
-rw-r--r-- | mail/mush/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/mush/Makefile b/mail/mush/Makefile index ca4457878e7..1a6c541ee5f 100644 --- a/mail/mush/Makefile +++ b/mail/mush/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/06/24 16:24:36 kim Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/18 22:46:38 hubertf Exp $ DISTNAME= mush-7.2.5 PKGNAME= mush-7.2.6.b4.pl1 @@ -20,8 +20,6 @@ MAINTAINER= christos@netbsd.org DIST_SUBDIR= mush -RESTRICTED= "Z-Code license" -MIRROR_DISTFILE= no NO_WRKSUBDIR= yes pre-configure: |