summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-27 18:21:56 +0000
committerjoerg <joerg>2010-01-27 18:21:56 +0000
commitc0b99cead5e1e59ac9209556402e8f8b80d7e0e6 (patch)
tree0f9ff344680753de1c0ca495c1b8d13c610b993f /security
parent55b645d97db10a100153950b4df3b01607242176 (diff)
downloadpkgsrc-c0b99cead5e1e59ac9209556402e8f8b80d7e0e6.tar.gz
DESTDIR support from Steven Drake.
Diffstat (limited to 'security')
-rw-r--r--security/ssh-askpass/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/ssh-askpass/Makefile b/security/ssh-askpass/Makefile
index 76245faaf42..7c8b6184cda 100644
--- a/security/ssh-askpass/Makefile
+++ b/security/ssh-askpass/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/12/27 13:37:39 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2010/01/27 18:23:10 joerg Exp $
DISTNAME= x11-ssh-askpass-1.0
PKGNAME= ${DISTNAME:S/^x11-//}
@@ -10,12 +10,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.jmknoble.net/software/x11-ssh-askpass/
COMMENT= X11-based passphrase dialog for OpenSSH
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_IMAKE= yes
INSTALL_TARGET= install
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ssh-askpass
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ssh-askpass
+ ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/ssh-askpass
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ssh-askpass
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"