diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 09:08:10 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 09:08:10 +0000 |
commit | 9ddc439a72c3ecc0fa6547546723eb79c9529a5c (patch) | |
tree | 33c1359f4ba64a5eb8ef55b5cca7ea045204628a /news/nn | |
parent | bb857d2aff88e7091adbd66c7e31cd3f692e1387 (diff) | |
download | pkgsrc-9ddc439a72c3ecc0fa6547546723eb79c9529a5c.tar.gz |
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Also clean up inclusion of files, and include a missing bsd.prefs.mk
Diffstat (limited to 'news/nn')
-rw-r--r-- | news/nn/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile index 4ac9025ea6c..85a257c2d7f 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/07/26 19:47:37 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/08/18 09:08:10 agc Exp $ # $FreeBSD Id: Makefile,v 1.14 1997/07/30 18:17:48 adam Exp # @@ -10,7 +10,9 @@ MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/old/beta/ \ MAINTAINER= tron@netbsd.org -.include <../../mk/bsd.prefs.mk> +BUILD_DEFS+= USE_INN + +.include "../../mk/bsd.prefs.mk" .if defined(USE_INN) && ${USE_INN} == YES DEPENDS= inn-2.2:../inn @@ -25,4 +27,4 @@ post-extract: s#@@BINGRP@@#${BINGRP}#' \ <${FILESDIR}/s-netbsd.h >${WRKSRC}/conf/s-netbsd.h -.include <../../mk/bsd.pkg.mk> +.include "../../mk/bsd.pkg.mk" |