diff options
Diffstat (limited to 'net/arpwatch')
-rw-r--r-- | net/arpwatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile index c49fea3c29e..28f3957ed18 100644 --- a/net/arpwatch/Makefile +++ b/net/arpwatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/04/15 09:54:20 bouyer Exp $ +# $NetBSD: Makefile,v 1.28 2006/04/22 09:22:12 rillig Exp $ # DISTNAME= arpwatch-2.1a13 @@ -20,7 +20,7 @@ MAKE_ENV+= VARBASE=${VARBASE:Q} PLIST_SUBST+= VARBASE=${VARBASE:Q} SUBST_CLASSES+= paths -SUBST_MESSAGE.paths= "Fixing hardcoded paths." +SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_STAGE.paths= post-patch SUBST_FILES.paths= arpsnmp.8 arpwatch.8 SUBST_SED.paths= -e 's,/usr/operator/arpwatch,${VARBASE}/db/arpwatch,g' |