summaryrefslogtreecommitdiff
path: root/news/inn/Makefile
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 08:38:51 +0000
committeragc <agc>1999-08-18 08:38:51 +0000
commitd2b0216ea4cc6a5a5fad595630c02fc3a7abe128 (patch)
tree3a94657602506a9432fbb9e2a9e78254a96c726a /news/inn/Makefile
parent2c644b78a801dafbaa6037fa790303539a538875 (diff)
downloadpkgsrc-d2b0216ea4cc6a5a5fad595630c02fc3a7abe128.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/inn/Makefile')
-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' \