summaryrefslogtreecommitdiff
path: root/audio/tracker
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 /audio/tracker
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 'audio/tracker')
-rw-r--r--audio/tracker/Makefile5
-rw-r--r--audio/tracker/PLIST6
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile
index 680dba9111e..ad1821d1345 100644
--- a/audio/tracker/Makefile
+++ b/audio/tracker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/04/09 11:45:34 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2002/02/18 15:14:02 seb Exp $
# FreeBSD Id: Makefile,v 1.29 1996/12/20 23:46:22 ache Exp
#
@@ -26,7 +26,7 @@ INFO_FILES= tracker.info
pre-install:
cd ${WRKSRC}/Docs && \
- makeinfo --no-split tracker.texinfo -o tracker.info && \
+ ${MAKEINFO} --no-split tracker.texinfo -o tracker.info && \
${CP} tracker.info ${PREFIX}/info && \
${RM} -f tracker.info *.orig
@@ -34,4 +34,5 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tracker
${CP} -R ${WRKSRC}/Docs/* ${PREFIX}/share/doc/tracker
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/tracker/PLIST b/audio/tracker/PLIST
index 787eba0e50d..369596fa587 100644
--- a/audio/tracker/PLIST
+++ b/audio/tracker/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:18:05 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:02 seb Exp $
bin/tracker
bin/randomize
etc/compression_methods
-@unexec install-info --delete %D/info/tracker.info %D/info/dir
+@unexec ${INSTALL_INFO} --delete %D/info/tracker.info %D/info/dir
info/tracker.info
-@exec install-info %D/info/tracker.info %D/info/dir
+@exec ${INSTALL_INFO} %D/info/tracker.info %D/info/dir
share/doc/tracker/Html/Aix.html
share/doc/tracker/Html/Introduction.html
share/doc/tracker/Html/Availability.html