summaryrefslogtreecommitdiff
path: root/misc/linuxls
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-08-18 22:46:29 +0000
committerhubertf <hubertf>2000-08-18 22:46:29 +0000
commit319851030c59cf23051f4b644ce57723ba62c60c (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /misc/linuxls
parentc62864cb6595a43a3e5a23bf12ad8dafe7481b48 (diff)
downloadpkgsrc-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/linuxls')
-rw-r--r--misc/linuxls/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/linuxls/Makefile b/misc/linuxls/Makefile
index 92a3ee008ae..4be2d234e4c 100644
--- a/misc/linuxls/Makefile
+++ b/misc/linuxls/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:14 tsarna Exp $
+# $NetBSD: Makefile,v 1.9 2000/08/18 22:46:43 hubertf Exp $
# FreeBSD Id: Makefile,v 1.6 1997/04/30 04:43:34 asami Exp
#
@@ -14,7 +14,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= bmc@WillsCreek.COM
HOMEPAGE= http://www.gnu.org/software/fileutils/fileutils.html
-MIRROR_DISTFILE= no
+NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
+
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"