diff options
author | markd <markd@pkgsrc.org> | 2005-03-17 11:01:44 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-03-17 11:01:44 +0000 |
commit | dfe733b9d0ad6ce6cf5e5c0bfcd5b86e3bb92ad2 (patch) | |
tree | 89d52ca57be72cbf9ff695869c342482bbee1fc1 /net/arpwatch | |
parent | 3108a3fe80e0962ed69ba0f080bf56b4926b5960 (diff) | |
download | pkgsrc-dfe733b9d0ad6ce6cf5e5c0bfcd5b86e3bb92ad2.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/Makefile | 5 |
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 |