summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 08:38:51 +0000
committeragc <agc>1999-08-18 08:38:51 +0000
commit8e57fb0120ec6b4b9271bbea40b37c6a8e65c18c (patch)
tree3a94657602506a9432fbb9e2a9e78254a96c726a /news
parentf85159d63f4a46201e78d91cf34de31dd0a72add (diff)
downloadpkgsrc-8e57fb0120ec6b4b9271bbea40b37c6a8e65c18c.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/inn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile
index 33c06936c8e..ec15c3fc397 100644
--- a/news/inn/Makefile
+++ b/news/inn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/07/29 21:15:46 tron Exp $
+# $NetBSD: Makefile,v 1.10 1999/08/18 08:38:51 agc Exp $
DISTNAME= inn-2.2
CATEGORIES= news
@@ -32,6 +32,8 @@ CONFIGURE_ENV+= _PATH_PERL=${LOCALBASE}/bin/perl
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
INSTALL_FILE= ${WRKDIR}/INSTALL
+BUILD_DEFS+= INN_DATA_DIR
+
post-build:
${SED} -e 's#@@INN_DATA_DIR@@#${INN_DATA_DIR}#g' \
-e 's#@@PREFIX@@#${PREFIX}#g' \