summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authortron <tron>1998-04-22 23:45:46 +0000
committertron <tron>1998-04-22 23:45:46 +0000
commit35e22309942daf4dc820697c6b2967cd1bf1b53a (patch)
tree178f0cadc3a443c89613bcdfb7b030df21c39cdb /news
parent427f55bd6adc803e97eb45f6708088ac8fecb961 (diff)
downloadpkgsrc-35e22309942daf4dc820697c6b2967cd1bf1b53a.tar.gz
Fix comment about "DOMAIN_NAME".
Diffstat (limited to 'news')
-rw-r--r--news/knews/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile
index a28067ef10b..7fb52bcf85d 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/04/22 23:42:19 tron Exp $
+# $NetBSD: Makefile,v 1.9 1998/04/22 23:45:46 tron Exp $
#
DISTNAME= knews-1.0b.0
@@ -17,8 +17,8 @@ WRKSRC= ${WRKDIR}/knews
CAT1= knews.0
-# Set DOMAIN_NAME to a string appended to the From: header or
-# assign it a file from which the domain name is read.
+# Set DOMAIN_NAME to a string appended to the "From:" header or
+# 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."