summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-05 11:10:46 +0000
committerrillig <rillig>2006-10-05 11:10:46 +0000
commit533ac7e571a3e51d455506932131b5656986ae53 (patch)
tree2fbe178b2893d6cebf2fdbe2d7a3d6f4fba25759 /security
parent611522785eb2e1bb64b76962ebe53f40324c06c9 (diff)
downloadpkgsrc-533ac7e571a3e51d455506932131b5656986ae53.tar.gz
Fixed path to the manual pages.
Diffstat (limited to 'security')
-rw-r--r--security/honeyd-arpd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/honeyd-arpd/Makefile b/security/honeyd-arpd/Makefile
index 49aa507e1fd..c399bfd4ace 100644
--- a/security/honeyd-arpd/Makefile
+++ b/security/honeyd-arpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/08/23 07:04:12 ghen Exp $
+# $NetBSD: Makefile,v 1.13 2006/10/05 11:10:46 rillig Exp $
#
DISTNAME= arpd-0.2
@@ -17,11 +17,11 @@ WRKSRC= ${WRKDIR}/arpd
CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent}
+INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
+
do-install:
- ${INSTALL_PROGRAM_DIR} ${PREFIX}/sbin
- ${INSTALL_MAN_DIR} ${PREFIX}/man/man8
${INSTALL_PROGRAM} ${WRKSRC}/arpd ${PREFIX}/sbin/honeyd-arpd
- ${INSTALL_MAN} ${WRKSRC}/arpd.8 ${PREFIX}/man/man8/honeyd-arpd.8
+ ${INSTALL_MAN} ${WRKSRC}/arpd.8 ${PREFIX}/${PKGMANDIR}/man8/honeyd-arpd.8
.include "../../devel/libevent/buildlink3.mk"
.include "../../net/libdnet/buildlink3.mk"