diff options
author | agc <agc@pkgsrc.org> | 1999-08-18 08:38:51 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-08-18 08:38:51 +0000 |
commit | 30ddf4d2ede75332d4b192b54fea79f5d818bc93 (patch) | |
tree | 3a94657602506a9432fbb9e2a9e78254a96c726a /news | |
parent | f721b0e1292e934b07389b4d4548551fd61791d3 (diff) | |
download | pkgsrc-30ddf4d2ede75332d4b192b54fea79f5d818bc93.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/Makefile | 4 |
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' \ |