diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 08:28:09 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 08:28:09 +0000 |
commit | f721b0e1292e934b07389b4d4548551fd61791d3 (patch) | |
tree | 99303b67db6c12c9bc66a158c4d979478f3ca27e /news | |
parent | 8432197d1bc0694472d570fcff76c92d3f25118c (diff) | |
download | pkgsrc-f721b0e1292e934b07389b4d4548551fd61791d3.tar.gz |
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'news')
-rw-r--r-- | news/knews/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/knews/Makefile b/news/knews/Makefile index 878b18a6411..3ac18d29a8c 100644 --- a/news/knews/Makefile +++ b/news/knews/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/03/14 15:07:20 tron Exp $ +# $NetBSD: Makefile,v 1.20 1999/08/18 08:31:13 agc Exp $ DISTNAME= knews-1.0b.1 PKGNAME= knews-1.0b1 @@ -17,6 +17,8 @@ CONFLICTS= knews-1.0b0 USE_IMAKE= yes +BUILD_DEFS+= DOMAIN_NAME + .include "../../mk/bsd.prefs.mk" # Set DOMAIN_NAME to a string appended to the "From:" header or |