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 /news/knews | |
parent | 73194ee17f95e5ea244bd878b5b9bcde48da4df6 (diff) | |
download | pkgsrc-1bb3007c04ad6091bda42ac2a39c7e64b34c1984.tar.gz |
s/make/${MAKE}/g
Diffstat (limited to 'news/knews')
-rw-r--r-- | news/knews/Makefile | 4 |
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 |