summaryrefslogtreecommitdiff
path: root/news/knews
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 /news/knews
parent1afe071d757e38ce4bbaff70311df6e48e4bfe4f (diff)
downloadpkgsrc-2f6c7bf0f656b5c84e7c2506ecbbdd226680e319.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