summaryrefslogtreecommitdiff
path: root/security/MyPasswordSafe
diff options
context:
space:
mode:
authorjoerg <joerg>2008-06-12 02:14:13 +0000
committerjoerg <joerg>2008-06-12 02:14:13 +0000
commit168a3246f0e3c46b0ef3b5dcf5d18607cff1583f (patch)
treec12b9c282e2706cb6bac87456615dfdf2b256e55 /security/MyPasswordSafe
parent63309a20a533bc79929c9bd5b3bf872561762300 (diff)
downloadpkgsrc-168a3246f0e3c46b0ef3b5dcf5d18607cff1583f.tar.gz
Add DESTDIR support.
Diffstat (limited to 'security/MyPasswordSafe')
-rw-r--r--security/MyPasswordSafe/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/MyPasswordSafe/Makefile b/security/MyPasswordSafe/Makefile
index 960f05c02f6..d43e5870d54 100644
--- a/security/MyPasswordSafe/Makefile
+++ b/security/MyPasswordSafe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2007/01/13 00:16:40 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:44 joerg Exp $
#
DISTNAME= MyPasswordSafe-20061216
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.semanticgap.com/myps/
COMMENT= Easy-to-use password manager
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "options.mk"
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -17,5 +19,7 @@ USE_LANGUAGES= c c++
USE_TOOLS+= gmake
MAKE_FLAGS+= QMAKE=${QTDIR:Q}/bin/qmake
+INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
+
.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"