diff options
author | tron <tron@pkgsrc.org> | 2001-07-29 05:40:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-07-29 05:40:04 +0000 |
commit | 0db1c3f9a140be687c0c2155a14cfc35efc57074 (patch) | |
tree | 7303ff35e70b8f4803c6dad044d5253a39ea464e /sysutils | |
parent | 713c3320aac4761e26f24cc66ec1478a94b9b90f (diff) | |
download | pkgsrc-0db1c3f9a140be687c0c2155a14cfc35efc57074.tar.gz |
Don't mirror distfile which is already on "ftp.netbsd.org".
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/aperture/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/aperture/Makefile b/sysutils/aperture/Makefile index 59ca5bfb99a..ec3c97278ce 100644 --- a/sysutils/aperture/Makefile +++ b/sysutils/aperture/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/07/29 05:34:38 tron Exp $ +# $NetBSD: Makefile,v 1.14 2001/07/29 05:40:04 tron Exp $ DISTNAME= apNetBSD PKGNAME= aperture-2.0nb1 @@ -23,6 +23,8 @@ COMMENT= XFree86 Framebuffer "aperture" driver for NetBSD/i386 ONLY_FOR_PLATFORM= NetBSD-*-i386 +NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL + ALL_TARGET= cleandir depend all DIST_SUBDIR= ${PKGNAME} EXTRACT_CMD= ${SH} ${DOWNLOADED_DISTFILE} |