diff options
author | joerg <joerg> | 2008-05-08 18:59:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-05-08 18:59:38 +0000 |
commit | 70d1902a122484afae25104bc7938703ac1aef61 (patch) | |
tree | f06a777b2b8ca08bcded701fb6af1013d52b9527 /security | |
parent | 74ebc6197069f01f3822b8cccb6698805dae148c (diff) | |
download | pkgsrc-70d1902a122484afae25104bc7938703ac1aef61.tar.gz |
Supports DESTDIR.
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 |