summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-02-18 15:14:00 +0000
committerseb <seb@pkgsrc.org>2002-02-18 15:14:00 +0000
commit66111c6d15be91debc28f649061f5ed03d48e340 (patch)
treec84409a165bd501342b10b825394cf1eb3684d02 /lang/smalltalk
parent0b7fe93445e5b9c2ed4f512cd83d2c904922531b (diff)
downloadpkgsrc-66111c6d15be91debc28f649061f5ed03d48e340.tar.gz
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.
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile3
-rw-r--r--lang/smalltalk/PLIST6
2 files changed, 5 insertions, 4 deletions
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