diff options
Diffstat (limited to 'net/arpwatch/Makefile')
-rw-r--r-- | net/arpwatch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index 509bff97835..7c9492a967a 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2007/01/07 09:14:02 rillig Exp $ +# $NetBSD: Makefile,v 1.30 2007/03/24 19:21:29 joerg Exp $ # DISTNAME= arpwatch-2.1a13 @@ -27,6 +27,8 @@ SUBST_SED.paths= -e 's,/usr/operator/arpwatch,${VARBASE}/db/arpwatch,g' OWN_DIRS= ${VARBASE:Q}/db/arpwatch +INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin + pre-patch: f=arpwatch.h; \ ${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f-prepatch; \ |