diff options
author | joerg <joerg> | 2008-05-08 18:32:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-05-08 18:32:19 +0000 |
commit | 74ebc6197069f01f3822b8cccb6698805dae148c (patch) | |
tree | 6072f6a32792f12ead0a8ccc037d5779e9ae0238 /security | |
parent | 6332625fd27b33efdb1b35d7459d4966c3208e31 (diff) | |
download | pkgsrc-74ebc6197069f01f3822b8cccb6698805dae148c.tar.gz |
Supports DESTDIR
Diffstat (limited to 'security')
-rw-r--r-- | security/py-cryptkit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-cryptkit/Makefile b/security/py-cryptkit/Makefile index 691dfe7d736..7954cab9d6e 100644 --- a/security/py-cryptkit/Makefile +++ b/security/py-cryptkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2007/09/30 17:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/05/08 18:33:53 joerg Exp $ DISTNAME= cryptkit-0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cryptkit.sourceforge.net/ COMMENT= Python Cryptographic Toolkit +PKG_DESTDIR_SUPPORT= user-destdir + PYBINMODULE= yes PYDISTUTILSPKG= yes |