summaryrefslogtreecommitdiff
path: root/news/knews
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 /news/knews
parent73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff)
downloadpkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz
s/make/${MAKE}/g
Diffstat (limited to 'news/knews')
-rw-r--r--news/knews/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile
index 55af99c5ebe..a6dd931814a 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/03/04 13:51:17 tron Exp $
+# $NetBSD: Makefile,v 1.18 1999/03/08 10:53:57 agc Exp $
#
DISTNAME= knews-1.0b.0
@@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/knews
# DOMAIN_FILE to a file from which the domain name will be read.
post-extract:
.if !defined(DOMAIN_FILE) && !defined(DOMAIN_NAME)
- @${ECHO_MSG} "Type \"make DOMAIN_NAME=xyz\" to set the domain name."
+ @${ECHO_MSG} "Type \"${MAKE} DOMAIN_NAME=xyz\" to set the domain name."
.elif defined(DOMAIN_FILE)
@${ECHO_MSG} "Reading \"From:\" domain from file \"${DOMAIN_FILE}\"."
.else