diff options
author | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-03-08 10:53:55 +0000 |
commit | 1bb3007c04ad6091bda42ac2a39c7e64b34c1984 (patch) | |
tree | f176e9ec4024673fb56c0c252cdf8c8aa42f657d /net/sniffit | |
parent | 73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff) | |
download | pkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'net/sniffit')
-rw-r--r-- | net/sniffit/Makefile | 4 |
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 |