summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2005-03-17 11:01:44 +0000
committermarkd <markd@pkgsrc.org>2005-03-17 11:01:44 +0000
commitdfe733b9d0ad6ce6cf5e5c0bfcd5b86e3bb92ad2 (patch)
tree89d52ca57be72cbf9ff695869c342482bbee1fc1 /net
parent3108a3fe80e0962ed69ba0f080bf56b4926b5960 (diff)
downloadpkgsrc-dfe733b9d0ad6ce6cf5e5c0bfcd5b86e3bb92ad2.tar.gz
Pass VARBASE into the make so that it gets set correctly in the binary.
Bump PKGREVISION.
Diffstat (limited to 'net')
-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