pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/arpwatch Pass VARBASE into the make so that it get...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e350e9c7d5b3
branches:  trunk
changeset: 490655:e350e9c7d5b3
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Mar 17 11:01:44 2005 +0000

description:
Pass VARBASE into the make so that it gets set correctly in the binary.
Bump PKGREVISION.

diffstat:

 net/arpwatch/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 2d1fa54b2b9f -r e350e9c7d5b3 net/arpwatch/Makefile
--- a/net/arpwatch/Makefile     Thu Mar 17 10:08:05 2005 +0000
+++ b/net/arpwatch/Makefile     Thu Mar 17 11:01:44 2005 +0000
@@ -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 @@
 
 LIBS+=         ${BUILDLINK_LDADD.libpcap}
 
+MAKE_ENV+=     VARBASE=${VARBASE}
 PLIST_SUBST+=  VARBASE=${VARBASE}
 
 SUBST_CLASSES+=                paths



Home | Main Index | Thread Index | Old Index