summaryrefslogtreecommitdiff
path: root/net/scotty
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/scotty
parent73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff)
downloadpkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'net/scotty')
-rw-r--r--net/scotty/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/scotty/Makefile b/net/scotty/Makefile
index bf11523f610..b15a5d416e0 100644
--- a/net/scotty/Makefile
+++ b/net/scotty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1998/11/16 15:27:28 agc Exp $
+# $NetBSD: Makefile,v 1.16 1999/03/08 10:53:57 agc Exp $
# FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp
#
@@ -22,7 +22,7 @@ post-extract:
@${RM} -f ${WRKSRC}/../doc/http.n
pre-install:
- @cd ${WRKSRC};make sinstall
+ @cd ${WRKSRC};${MAKE} sinstall
@${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
.include "../../mk/bsd.pkg.mk"