summaryrefslogtreecommitdiff
path: root/security/ike-scan
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-01-27 22:05:28 +0000
committerjoerg <joerg@pkgsrc.org>2010-01-27 22:05:28 +0000
commitaefc21d5b5bf5c688266b2923175e6a57dd6a497 (patch)
treecda897cdaf847e4059a16bcfa8098a9b15a8beff /security/ike-scan
parentee255fb0ce79495b1b2593da914ffc1e8ec24f77 (diff)
downloadpkgsrc-aefc21d5b5bf5c688266b2923175e6a57dd6a497.tar.gz
DESTDIR support
Diffstat (limited to 'security/ike-scan')
-rw-r--r--security/ike-scan/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/security/ike-scan/Makefile b/security/ike-scan/Makefile
index 126257c4451..687b0f3d805 100644
--- a/security/ike-scan/Makefile
+++ b/security/ike-scan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2010/01/17 12:02:40 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2010/01/27 22:05:28 joerg Exp $
DISTNAME= ike-scan-1.9
PKGREVISION= 2
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nta-monitor.com/tools/ike-scan/
COMMENT= Fingerprinting IKE implementation
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-openssl
@@ -18,9 +20,10 @@ SUBST_FILES.man= ike-scan.1
SUBST_SED.man= -e "s|/usr/local|${PREFIX}|g"
SUBST_MESSAGE.man= Fixing man pages.
+INSTALLATION_DIRS+= share/doc/ike-scan
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ike-scan
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ike-scan/README
+ ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/ike-scan/README
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"