diff options
author | seb <seb@pkgsrc.org> | 2003-06-19 21:48:04 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-19 21:48:04 +0000 |
commit | 2cc5045c97c41d8177ca52d131a06e9036a34afa (patch) | |
tree | c5c5e7373be5115e1ffdc953f24a6a530ce506dc /devel/m4 | |
parent | 5ab8be8066273669ac731b3a0f60adee2c6fa7d9 (diff) | |
download | pkgsrc-2cc5045c97c41d8177ca52d131a06e9036a34afa.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'devel/m4')
-rw-r--r-- | devel/m4/Makefile | 6 | ||||
-rw-r--r-- | devel/m4/PLIST | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index e7ec15b125e..9e177361347 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2003/06/02 01:20:37 jschauma Exp $ +# $NetBSD: Makefile,v 1.21 2003/06/19 21:48:04 seb Exp $ # DISTNAME= m4-1.4 @@ -11,8 +11,9 @@ COMMENT= GNU version of Unix m4 macro-processor USE_BUILDLINK2= yes GNU_CONFIGURE= yes +USE_NEW_TEXINFO= yes INFO_FILES= m4.info -TEXINFO_OVERRIDE= YES +USE_MAKEINFO= yes .include "../../mk/bsd.prefs.mk" @@ -38,5 +39,4 @@ post-install: ${LN} -sf ${GNU_PROGRAM_PREFIX}m4 ${PREFIX}/bin/gm4 .endif -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/m4/PLIST b/devel/m4/PLIST index 9d25eede448..ae0561d14a3 100644 --- a/devel/m4/PLIST +++ b/devel/m4/PLIST @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/23 20:08:50 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/06/19 21:48:04 seb Exp $ bin/${GNU_PROGRAM_PREFIX}m4 ${GM4_LINK}bin/gm4 -@unexec ${INSTALL_INFO} --delete %D/info/m4.info %D/info/dir info/m4.info -@exec ${INSTALL_INFO} %D/info/m4.info %D/info/dir share/examples/m4/capitalize.m4 share/examples/m4/comments.m4 share/examples/m4/ddivert.m4 |