diff options
author | obache <obache> | 2013-12-14 08:17:31 +0000 |
---|---|---|
committer | obache <obache> | 2013-12-14 08:17:31 +0000 |
commit | 8fef98b74a9508e2c3229d786d5c398e65ecc19b (patch) | |
tree | dcc35ff0a8c64dc71e4c30286df20fbc8c4f5f29 /security | |
parent | 25d46a680a0c06e3a6300ec56ccdcf1a0310e060 (diff) | |
download | pkgsrc-8fef98b74a9508e2c3229d786d5c398e65ecc19b.tar.gz |
FETCH_USING must not be put on pkg's Makefile.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-crypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index a5fb5ab0e7d..cf13b681c25 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.30 2013/10/29 08:42:14 gls Exp $ +# $NetBSD: Makefile,v 1.31 2013/12/14 08:17:31 obache Exp $ # DISTNAME= pycrypto-2.6.1 PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/} CATEGORIES= security python MASTER_SITES= http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ -FETCH_USING= curl MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.dlitz.net/software/pycrypto/ |