diff options
author | hubertf <hubertf@pkgsrc.org> | 1997-12-17 23:52:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1997-12-17 23:52:29 +0000 |
commit | 9a570d0bdd96eb2fdc762541b9b72ef7e38485fe (patch) | |
tree | 9560b5c970b3e043c9d8fb0e65d6728240ed033d /news | |
parent | 0f069de4cc40d50fa107ae722f23ace9d82da2f1 (diff) | |
download | pkgsrc-9a570d0bdd96eb2fdc762541b9b72ef7e38485fe.tar.gz |
Add some more documentation on DOMAIN_NAME.
Diffstat (limited to 'news')
-rw-r--r-- | news/knews/Makefile | 8 |
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: |