pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/honeyd-arpd Fixed path to the manual pages.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1cca2f0914fe
branches:  trunk
changeset: 519557:1cca2f0914fe
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 05 11:10:46 2006 +0000

description:
Fixed path to the manual pages.

diffstat:

 security/honeyd-arpd/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 28ce88539b8c -r 1cca2f0914fe security/honeyd-arpd/Makefile
--- a/security/honeyd-arpd/Makefile     Thu Oct 05 10:57:37 2006 +0000
+++ b/security/honeyd-arpd/Makefile     Thu Oct 05 11:10:46 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index