summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-19 18:48:26 +0000
committerjlam <jlam>2001-08-19 18:48:26 +0000
commita5adc791182a22558465168de374caa33bc0eb1d (patch)
tree1c077ad662b5debf41dc601f218c3476dc7d5b94 /comms
parent298d165ad46415445c6971a396c93983359ddd35 (diff)
downloadpkgsrc-a5adc791182a22558465168de374caa33bc0eb1d.tar.gz
Use MAKE_PROGRAM instead of MAKE, and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'comms')
-rw-r--r--comms/snooper/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile
index 89a178ed4d1..16f51147514 100644
--- a/comms/snooper/Makefile
+++ b/comms/snooper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/02/25 04:17:38 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 2001/08/19 18:48:26 jlam Exp $
# FreeBSD Id: Makefile,v 1.3 1998/08/13 09:20:41 itojun Exp $
DISTNAME= snooper-19991202
@@ -10,9 +10,10 @@ COMMENT= serial line protocol analyzer (need two serial interfaces)
WRKSRC= ${WRKDIR}/snooper/build
GNU_CONFIGURE= yes
+USE_BUILDLINK_ONLY= yes
pre-build:
- cd ${WRKSRC} ; ${MAKE} depend
+ cd ${WRKSRC} ; ${MAKE_PROGRAM} depend
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snooper