summaryrefslogtreecommitdiff
path: root/net/sniffit
diff options
context:
space:
mode:
authoragc <agc>1999-03-08 10:53:55 +0000
committeragc <agc>1999-03-08 10:53:55 +0000
commit2f6c7bf0f656b5c84e7c2506ecbbdd226680e319 (patch)
treef176e9ec4024673fb56c0c252cdf8c8aa42f657d /net/sniffit
parent1afe071d757e38ce4bbaff70311df6e48e4bfe4f (diff)
downloadpkgsrc-2f6c7bf0f656b5c84e7c2506ecbbdd226680e319.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