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