summaryrefslogtreecommitdiff
path: root/net/arpwatch
diff options
context:
space:
mode:
authormarkd <markd>2005-03-17 11:01:44 +0000
committermarkd <markd>2005-03-17 11:01:44 +0000
commite92489548e47f32191287828e6f269f7b21d69c2 (patch)
tree89d52ca57be72cbf9ff695869c342482bbee1fc1 /net/arpwatch
parent3150c5648e39e141ea51efb138e9a1f43c818f2f (diff)
downloadpkgsrc-e92489548e47f32191287828e6f269f7b21d69c2.tar.gz
Pass VARBASE into the make so that it gets set correctly in the binary.
Bump PKGREVISION.
Diffstat (limited to 'net/arpwatch')
-rw-r--r--net/arpwatch/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/arpwatch/Makefile b/net/arpwatch/Makefile
index ab4f1746db9..41107c756f5 100644
--- a/net/arpwatch/Makefile
+++ b/net/arpwatch/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2004/12/10 23:32:34 minskim Exp $
+# $NetBSD: Makefile,v 1.22 2005/03/17 11:01:44 markd Exp $
#
DISTNAME= arpwatch-2.1a11
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.ee.lbl.gov/
@@ -14,6 +14,7 @@ GNU_CONFIGURE= yes
LIBS+= ${BUILDLINK_LDADD.libpcap}
+MAKE_ENV+= VARBASE=${VARBASE}
PLIST_SUBST+= VARBASE=${VARBASE}
SUBST_CLASSES+= paths