summaryrefslogtreecommitdiff
path: root/net/arpd
diff options
context:
space:
mode:
authorobache <obache>2007-12-20 13:55:56 +0000
committerobache <obache>2007-12-20 13:55:56 +0000
commitac4aa5c215ba0658f6db12f49062ae8468f62185 (patch)
tree2ab777030027cc0ba55ecf64a48977977db46dd5 /net/arpd
parent97076a3bfa7aef0226cb07d8eae72daa3226b05e (diff)
downloadpkgsrc-ac4aa5c215ba0658f6db12f49062ae8468f62185.tar.gz
Need sbin subdirectory before install.
Diffstat (limited to 'net/arpd')
-rw-r--r--net/arpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arpd/Makefile b/net/arpd/Makefile
index 44eedf6046d..6c4adae8f3c 100644
--- a/net/arpd/Makefile
+++ b/net/arpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/03/24 19:21:28 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2007/12/20 13:55:56 obache Exp $
#
DISTNAME= arpd
@@ -15,7 +15,7 @@ NOT_FOR_PLATFORM= Interix-*-* # does not have bpf(4) device
MAKE_ENV+= BINDIR=${PREFIX}/sbin
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
-INSTALLATION_DIRS= share/doc ${PREFIX}/etc
+INSTALLATION_DIRS= sbin share/doc ${PREFIX}/etc
post-install:
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/arpd.README