diff options
author | obache <obache@pkgsrc.org> | 2013-12-14 08:17:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-14 08:17:31 +0000 |
commit | a2688f52c9c10d71f8976a71e1b20e6a5328bfe5 (patch) | |
tree | dcc35ff0a8c64dc71e4c30286df20fbc8c4f5f29 /security | |
parent | 3338a539dc1409d14f5675c98ab19df15a2cbdf6 (diff) | |
download | pkgsrc-a2688f52c9c10d71f8976a71e1b20e6a5328bfe5.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/ |