From 533ac7e571a3e51d455506932131b5656986ae53 Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 5 Oct 2006 11:10:46 +0000 Subject: Fixed path to the manual pages. --- security/honeyd-arpd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security') 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" -- cgit v1.2.3