diff options
author | seb <seb@pkgsrc.org> | 2003-06-23 11:07:57 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-23 11:07:57 +0000 |
commit | 15f2cb08ea7660c86c10c49cb7cee89bc94890bb (patch) | |
tree | 417b8383478d8beb5503f5d108a9dd3d900be420 /devel/gtexinfo | |
parent | 331973aa91c77c40738df4149b9fc6c20cccacc6 (diff) | |
download | pkgsrc-15f2cb08ea7660c86c10c49cb7cee89bc94890bb.tar.gz |
Convert to USE_NEW_TEXINFO.
Please note local override of INSTALL_INFO.
Diffstat (limited to 'devel/gtexinfo')
-rw-r--r-- | devel/gtexinfo/Makefile | 10 | ||||
-rw-r--r-- | devel/gtexinfo/PLIST | 8 |
2 files changed, 8 insertions, 10 deletions
diff --git a/devel/gtexinfo/Makefile b/devel/gtexinfo/Makefile index 79ed960cdb6..79218f519c6 100644 --- a/devel/gtexinfo/Makefile +++ b/devel/gtexinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2003/06/12 13:39:27 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2003/06/23 11:07:57 seb Exp $ # DISTNAME= texinfo-4.6 @@ -18,8 +18,9 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv} CONFIGURE_ARGS+= --with-libintl-prefix=${BUILDLINK_PREFIX.gettext} -INSTALL_INFO= ${PREFIX}/bin/install-info -TEST_TARGET= check +USE_NEW_TEXINFO= YES +INFO_FILES= info-stnd.info info.info texinfo +TEST_TARGET= check post-patch: ${MV} -f ${WRKSRC}/info/filesys.h ${WRKSRC}/info/filesys.h.orig @@ -31,3 +32,6 @@ post-patch: .include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" + +# This need to be defined here to override the setting in texinfo.mk +INSTALL_INFO= ${PREFIX}/bin/install-info diff --git a/devel/gtexinfo/PLIST b/devel/gtexinfo/PLIST index 2b575a48e22..5009e3fe16a 100644 --- a/devel/gtexinfo/PLIST +++ b/devel/gtexinfo/PLIST @@ -1,9 +1,6 @@ -@comment $NetBSD: PLIST,v 1.6 2003/06/12 13:39:27 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2003/06/23 11:07:57 seb Exp $ bin/info bin/infokey -@unexec %D/bin/install-info --delete --info-dir=%D/info %D/info/info-stnd.info -@unexec %D/bin/install-info --delete --info-dir=%D/info %D/info/info.info -@unexec %D/bin/install-info --delete --info-dir=%D/info %D/info/texinfo bin/install-info bin/makeinfo bin/texi2dvi @@ -14,9 +11,6 @@ info/texinfo info/texinfo-1 info/texinfo-2 info/texinfo-3 -@exec %D/bin/install-info --info-dir=%D/info %D/info/info-stnd.info -@exec %D/bin/install-info --info-dir=%D/info %D/info/info.info -@exec %D/bin/install-info --info-dir=%D/info %D/info/texinfo man/man1/info.1 man/man1/install-info.1 man/man1/makeinfo.1 |