diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-08 18:59:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-08 18:59:38 +0000 |
commit | a235d3b92577140fc6a4347c6f3b12ad6e2bbf2a (patch) | |
tree | f06a777b2b8ca08bcded701fb6af1013d52b9527 /security | |
parent | b9d9951b4c288e4930f2cb1bf09b1a3241e81db5 (diff) | |
download | pkgsrc-a235d3b92577140fc6a4347c6f3b12ad6e2bbf2a.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 |