diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 168a3246f0e3c46b0ef3b5dcf5d18607cff1583f (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /sysutils/checkpassword-pam | |
parent | 63309a20a533bc79929c9bd5b3bf872561762300 (diff) | |
download | pkgsrc-168a3246f0e3c46b0ef3b5dcf5d18607cff1583f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'sysutils/checkpassword-pam')
-rw-r--r-- | sysutils/checkpassword-pam/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/checkpassword-pam/Makefile b/sysutils/checkpassword-pam/Makefile index 45674d932f0..08ce1770aa8 100644 --- a/sysutils/checkpassword-pam/Makefile +++ b/sysutils/checkpassword-pam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/01/07 09:14:11 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= checkpassword-pam-0.99 @@ -10,6 +10,7 @@ HOMEPAGE= http://checkpasswd-pam.sourceforge.net/ COMMENT= PAM checkpassword-compatible authentication program PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |