diff options
author | seb <seb@pkgsrc.org> | 2003-06-25 11:32:38 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-25 11:32:38 +0000 |
commit | 9f8e82dd6220269cc3e2aab411de4f482c9cf001 (patch) | |
tree | b35dc3fda79c1d4bab88cbb68008d871dc520c90 /devel/rx/Makefile | |
parent | a5145a1df496a7363330c0a371a579120316180d (diff) | |
download | pkgsrc-9f8e82dd6220269cc3e2aab411de4f482c9cf001.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'devel/rx/Makefile')
-rw-r--r-- | devel/rx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rx/Makefile b/devel/rx/Makefile index e4d834f2900..91672c6e299 100644 --- a/devel/rx/Makefile +++ b/devel/rx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/11/23 22:24:40 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2003/06/25 11:41:05 seb Exp $ DISTNAME= rx-1.5 CATEGORIES= devel @@ -13,6 +13,7 @@ USE_BUILDLINK2= # defined USE_LIBTOOL= # defined GNU_CONFIGURE= # defined +USE_NEW_TEXINFO= YES INFO_FILES= rx.info # When the API changes and breaks binary-compatibility with the previous @@ -26,5 +27,4 @@ MAKE_ENV+= RX_MAJOR="${RX_MAJOR}" RX_MINOR="${RX_MINOR}" post-install: cd ${WRKSRC}/doc; ${INSTALL_DATA} ${INFO_FILES} ${PREFIX}/info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |