summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorhubertf <hubertf>1997-12-17 23:52:29 +0000
committerhubertf <hubertf>1997-12-17 23:52:29 +0000
commita6b2dccb7a3d4cb20a2e3ff9906f4556cb968bef (patch)
tree9560b5c970b3e043c9d8fb0e65d6728240ed033d /news
parent8598eb9eed161ed0c70c5e2262eb6831e0869575 (diff)
downloadpkgsrc-a6b2dccb7a3d4cb20a2e3ff9906f4556cb968bef.tar.gz
Add some more documentation on DOMAIN_NAME.
Diffstat (limited to 'news')
-rw-r--r--news/knews/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile
index 11cbe2c34e9..13e0c1a22b8 100644
--- a/news/knews/Makefile
+++ b/news/knews/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1997/12/17 23:40:56 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 1997/12/17 23:52:29 hubertf Exp $
# New ports collection Makefile for: knews
# Version required: 0.9.8
# Date created: 30th November 1997
@@ -18,11 +18,13 @@ USE_IMAKE= yes
USE_X11= yes
WRKSRC= $(WRKDIR)/knews
-pre-fetch:
+# Set DOMAIN_NAME to a string appended to the From: header or
+# assign it a file from which the domain name is read.
+post-extract:
.if !defined(DOMAIN_NAME)
@${ECHO_MSG} "Type \"make DOMAIN_NAME=xyz\" to set the domain name."
.else
- @${ECHO_MSG} "Using \"${DOMAIN_NAME}\" as the domain name."
+ @${ECHO_MSG} "Using \"${DOMAIN_NAME}\" as the From: domain name."
.endif
post-patch: