summaryrefslogtreecommitdiff
path: root/net/ORBit
diff options
context:
space:
mode:
authorseb <seb>2002-02-18 15:14:00 +0000
committerseb <seb>2002-02-18 15:14:00 +0000
commit94736fef3d3bc180c38e89ad3b9fc89d91756057 (patch)
treec84409a165bd501342b10b825394cf1eb3684d02 /net/ORBit
parentd1274f983b9d5510a39b04e8946f0ba1dc328035 (diff)
downloadpkgsrc-94736fef3d3bc180c38e89ad3b9fc89d91756057.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 'net/ORBit')
-rw-r--r--net/ORBit/Makefile3
-rw-r--r--net/ORBit/PLIST6
2 files changed, 5 insertions, 4 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index 33779283d54..73319dbe292 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2002/01/15 23:52:11 rh Exp $
+# $NetBSD: Makefile,v 1.73 2002/02/18 15:14:35 seb Exp $
#
DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR}
@@ -36,4 +36,5 @@ AUTOMAKE_OVERRIDE= NO # Otherwise breaks 1.5 arm32
.include "../../devel/gettext-lib/buildlink.mk"
.include "../../devel/glib/buildlink.mk"
.include "../../security/tcp_wrappers/buildlink.mk"
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/ORBit/PLIST b/net/ORBit/PLIST
index 69fead44e79..dd722c86e0d 100644
--- a/net/ORBit/PLIST
+++ b/net/ORBit/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:53 skrll Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/02/18 15:14:35 seb Exp $
bin/libIDL-config
bin/name-client
bin/old-name-server
@@ -64,9 +64,9 @@ include/orbit-1.0/orb/poa.h
include/orbit-1.0/orb/sequences.h
include/orbit-1.0/orb/typecode.h
include/orbit-1.0/orbit-idl2.h
-@unexec install-info --delete %D/info/libIDL.info %D/info/dir
+@unexec ${INSTALL_INFO} --delete %D/info/libIDL.info %D/info/dir
info/libIDL.info
-@exec install-info %D/info/libIDL.info %D/info/dir
+@exec ${INSTALL_INFO} %D/info/libIDL.info %D/info/dir
lib/libIDL.a
lib/libIDL.la
lib/libIDL.so