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/rsaref | |
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/rsaref')
-rw-r--r-- | security/rsaref/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/rsaref/Makefile b/security/rsaref/Makefile index 730d523e09f..e79cd9b167a 100644 --- a/security/rsaref/Makefile +++ b/security/rsaref/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/06/21 01:17:52 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2000/08/18 22:46:49 hubertf Exp $ # DISTNAME= rsaref @@ -11,7 +11,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tv@netbsd.org RESTRICTED= "Cryptographic source usable only within the USA" -MIRROR_DISTFILE= no +NO_SRC_ON_FTP= ${RESTRICTED} + IS_INTERACTIVE= yes # requires options to be set in order to use LICENSE= no-commercial-use |