summaryrefslogtreecommitdiff
path: root/security/py-crypto/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-08-18 22:46:29 +0000
committerhubertf <hubertf@pkgsrc.org>2000-08-18 22:46:29 +0000
commit402899809af063240e564f105ec22423fefbea61 (patch)
tree04f7b6c9f02d31bfb54ab2070f124b8e32554867 /security/py-crypto/Makefile
parent4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff)
downloadpkgsrc-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/py-crypto/Makefile')
-rw-r--r--security/py-crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile
index 6a8c5f4281a..b2c9d2923a2 100644
--- a/security/py-crypto/Makefile
+++ b/security/py-crypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/09/21 03:40:23 hubertf Exp $
+# $NetBSD: Makefile,v 1.10 2000/08/18 22:46:49 hubertf Exp $
DISTNAME= pycrypt100
PKGNAME= py-crypto-1.0.0
@@ -12,7 +12,7 @@ HOMEPAGE= http://starship.skyport.net/crew/amk/writing/pct/
DEPENDS+= python-1.5.2:../../lang/python
RESTRICTED= "Cryptographic software"
-MIRROR_DISTFILE=no
+NO_SRC_ON_FTP= ${RESTRICTED}
WRKSRC= ${WRKDIR}/Extensions/Crypto
MAKE_FLAGS= 'OPT=${CFLAGS}'