diff options
author | obache <obache@pkgsrc.org> | 2007-12-20 13:55:56 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-20 13:55:56 +0000 |
commit | 3827fc183adf44c779c91693987d4d477aed89e0 (patch) | |
tree | 2ab777030027cc0ba55ecf64a48977977db46dd5 /net/arpd/Makefile | |
parent | 12b5743fd0246892b98915ebc7ce7c2be3ac463f (diff) | |
download | pkgsrc-3827fc183adf44c779c91693987d4d477aed89e0.tar.gz |
Need sbin subdirectory before install.
Diffstat (limited to 'net/arpd/Makefile')
-rw-r--r-- | net/arpd/Makefile | 4 |
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 |