summaryrefslogtreecommitdiff
path: root/net/sniffit
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-03-08 10:53:55 +0000
committeragc <agc@pkgsrc.org>1999-03-08 10:53:55 +0000
commit1bb3007c04ad6091bda42ac2a39c7e64b34c1984 (patch)
treef176e9ec4024673fb56c0c252cdf8c8aa42f657d /net/sniffit
parent73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff)
downloadpkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'net/sniffit')
-rw-r--r--net/sniffit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile
index 9a232b2b3e2..0a3085de57f 100644
--- a/net/sniffit/Makefile
+++ b/net/sniffit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/11/13 01:38:16 frueauf Exp $
+# $NetBSD: Makefile,v 1.9 1999/03/08 10:53:57 agc Exp $
#
DISTNAME= sniffit.0.3.5
@@ -12,7 +12,7 @@ HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html
NOT_FOR_ARCHS= alpha # severe LP64 loss
do-build:
- cd ${WRKSRC} ; ./configure ; make
+ cd ${WRKSRC} ; ./configure ; ${MAKE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin/sniffit