diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/py-amkCrypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-amkCrypto/Makefile b/security/py-amkCrypto/Makefile index f8f5ef0a6e7..e57bea3815e 100644 --- a/security/py-amkCrypto/Makefile +++ b/security/py-amkCrypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/01/18 05:09:41 tnn Exp $ +# $NetBSD: Makefile,v 1.22 2008/05/08 18:59:38 joerg Exp $ # DISTNAME= pycrypto-2.0.1 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.amk.ca/python/code/crypto.html COMMENT= Cryptographic and hash functions for Python +PKG_DESTDIR_SUPPORT= user-destdir + PYBINMODULE= yes PYDISTUTILSPKG= yes |