summaryrefslogtreecommitdiff
path: root/security/honeyd-arpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/honeyd-arpd/Makefile')
-rw-r--r--security/honeyd-arpd/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/security/honeyd-arpd/Makefile b/security/honeyd-arpd/Makefile
index 02331d40d13..3efc4758b0f 100644
--- a/security/honeyd-arpd/Makefile
+++ b/security/honeyd-arpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2009/08/16 15:35:44 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2010/01/27 22:06:18 joerg Exp $
#
DISTNAME= arpd-0.2
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://niels.xtdnet.nl/honeyd/
COMMENT= ARP daemon for honeyd
+PKG_DESTDIR_SUPPORT= user-destdir
+
RCD_SCRIPTS= honeydarpd
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/arpd
@@ -20,8 +22,8 @@ CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent}
INSTALLATION_DIRS= sbin ${PKGMANDIR}/man8
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/arpd ${PREFIX}/sbin/honeyd-arpd
- ${INSTALL_MAN} ${WRKSRC}/arpd.8 ${PREFIX}/${PKGMANDIR}/man8/honeyd-arpd.8
+ ${INSTALL_PROGRAM} ${WRKSRC}/arpd ${DESTDIR}${PREFIX}/sbin/honeyd-arpd
+ ${INSTALL_MAN} ${WRKSRC}/arpd.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/honeyd-arpd.8
.include "../../devel/libevent/buildlink3.mk"
.include "../../net/libdnet/buildlink3.mk"