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 /archivers | |
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 'archivers')
-rw-r--r-- | archivers/hpack/Makefile | 5 | ||||
-rw-r--r-- | archivers/zip/Makefile | 5 | ||||
-rw-r--r-- | archivers/zip1/Makefile | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile index 1c9c28a1537..ff2bf97f863 100644 --- a/archivers/hpack/Makefile +++ b/archivers/hpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/07/06 18:31:45 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2000/08/18 22:46:29 hubertf Exp $ DISTNAME= hpack79${USE_RSAREF2:S/YES/u/:C/[^u]*//g}src PKGNAME= hpack-0.79 @@ -8,7 +8,8 @@ MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ MAINTAINER= packages@netbsd.org RESTRICTED= crypto -MIRROR_DISTFILE=no +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} NO_WRKSUBDIR= yes PATCHDIR= ${WRKDIR}/.patches diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index ed44713b13a..3574a86bc50 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/12/28 03:59:01 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2000/08/18 22:46:29 hubertf Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -24,7 +24,8 @@ DISTFILES+= zcrypt28.zip EXTRACT_ONLY= zip23.tar.gz BUILD_DEPENDS= unzip:../../archivers/unzip RESTRICTED= crypto -MIRROR_DISTFILE=no +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} post-extract: @cd ${WRKSRC} && unzip -qo ${DISTDIR}/zcrypt28.zip diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index a7f566942a0..b14b53bf3f9 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/12/28 03:59:01 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/18 22:46:29 hubertf Exp $ # DISTNAME= zip1-1.1 @@ -29,7 +29,8 @@ BUILD_DEFS+= ZIP_ENCRYPTION DISTFILES+= zcrypt10.zip ALL_TARGET+= zipcloak RESTRICTED= crypto -MIRROR_DISTFILE=no +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} .endif do-install: |