diff options
Diffstat (limited to 'misc/chord/Makefile')
-rw-r--r-- | misc/chord/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/chord/Makefile b/misc/chord/Makefile index 736794059a7..d7b2e842f10 100644 --- a/misc/chord/Makefile +++ b/misc/chord/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/07/03 23:30:09 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/18 22:46:43 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1997/04/30 03:18:06 asami Exp # @@ -9,7 +9,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org -MIRROR_DISTFILE= no +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL + MANCOMPRESSED= yes .include "../../mk/bsd.pkg.mk" |