From 94736fef3d3bc180c38e89ad3b9fc89d91756057 Mon Sep 17 00:00:00 2001 From: seb Date: Mon, 18 Feb 2002 15:14:00 +0000 Subject: Introduce new framework for handling info files generation and installation. Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information. --- lang/smalltalk/Makefile | 3 ++- lang/smalltalk/PLIST | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'lang/smalltalk') diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 709008dc2bd..bdacc16a02a 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/01/31 14:08:58 mjl Exp $ +# $NetBSD: Makefile,v 1.9 2002/02/18 15:14:27 seb Exp $ # DISTNAME= smalltalk-1.95.10 @@ -26,4 +26,5 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../devel/readline/buildlink.mk" .include "../../lang/tcl/buildlink.mk" .include "../../x11/tk/buildlink.mk" +.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/smalltalk/PLIST b/lang/smalltalk/PLIST index 6e319516fd0..2a704b902c9 100644 --- a/lang/smalltalk/PLIST +++ b/lang/smalltalk/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.3 2002/01/31 14:08:58 mjl Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/02/18 15:14:27 seb Exp $ bin/gst bin/gst-config bin/gst-package include/gst.h include/gstpub.h -@unexec install-info --delete --info-dir=%D/info %D/info/gst.info +@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gst.info info/gst.info info/gst.info-1 info/gst.info-10 @@ -26,7 +26,7 @@ info/gst.info-6 info/gst.info-7 info/gst.info-8 info/gst.info-9 -@exec install-info --info-dir=%D/info %D/info/gst.info +@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gst.info lib/libgst.la lib/libgst.a lib/smalltalk/blox-tk-1.95.10.so -- cgit v1.2.3