diff options
Diffstat (limited to 'security/MyPasswordSafe')
-rw-r--r-- | security/MyPasswordSafe/Makefile | 6 |
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" |