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 /security/crack | |
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 'security/crack')
-rw-r--r-- | security/crack/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/crack/Makefile b/security/crack/Makefile index 5fe0e5e44d3..dc1e996f8a5 100644 --- a/security/crack/Makefile +++ b/security/crack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/02/05 04:53:17 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2000/08/18 22:46:47 hubertf Exp $ # FreeBSD Id: ports/security/crack/Makefile,v 1.11 1999/09/04 19:24:50 obrien Exp DISTNAME= crack5.0 @@ -11,8 +11,9 @@ MASTER_SITES= ftp://ftp.win.tue.nl/pub/security/ \ MAINTAINER= bouyer@netbsd.org -RESTRICTED= "Crypto; export-controlled" -MIRROR_DISTFILE= no +RESTRICTED= "Crypto; export-controlled" +NO_SRC_ON_FTP= ${RESTRICTED} +MIRROR_DISTFILE= no WRKSRC= ${WRKDIR}/c50a |