summaryrefslogtreecommitdiff
path: root/security/p0f
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-01-07 09:13:46 +0000
committerrillig <rillig@pkgsrc.org>2007-01-07 09:13:46 +0000
commit30a267d3c48dc8fefc724fc2836567ee8e3e55b3 (patch)
tree77b9cef42b625156081609e43af1544d569620be /security/p0f
parent08380154f8ef872609e366d7ad67b4784cb73b0f (diff)
downloadpkgsrc-30a267d3c48dc8fefc724fc2836567ee8e3e55b3.tar.gz
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
Diffstat (limited to 'security/p0f')
-rw-r--r--security/p0f/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p0f/Makefile b/security/p0f/Makefile
index cc3dccd7c13..fe9b211baa6 100644
--- a/security/p0f/Makefile
+++ b/security/p0f/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/06/01 23:14:34 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2007/01/07 09:14:10 rillig Exp $
#
DISTNAME= p0f-2.0.5
@@ -25,7 +25,7 @@ SUBST_FILES.paths= config.h p0f.1
SUBST_SED.paths= -e "s|/etc/p0f|${PKG_SYSCONFDIR}|g"
SUBST_MESSAGE.paths= Fixing paths.
-INSTALLATION_DIRS= bin man/man1 share/doc/p0f share/examples/p0f
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/p0f share/examples/p0f
post-patch:
${LN} -s NetBSD ${WRKSRC}/mk/DragonFly
@@ -37,7 +37,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/share/examples/p0f
${INSTALL_DATA} ${WRKSRC}/p0fa.fp ${PREFIX}/share/examples/p0f
${INSTALL_DATA} ${WRKSRC}/p0fr.fp ${PREFIX}/share/examples/p0f
- ${INSTALL_MAN} ${WRKSRC}/p0f.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/p0f.1 ${PREFIX}/${PKGMANDIR}/man1
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"