summaryrefslogtreecommitdiff
path: root/archivers/gzip-info
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 /archivers/gzip-info
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 'archivers/gzip-info')
-rw-r--r--archivers/gzip-info/Makefile4
-rw-r--r--archivers/gzip-info/PLIST6
2 files changed, 5 insertions, 5 deletions
diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile
index a762e5bc5b7..4f510202125 100644
--- a/archivers/gzip-info/Makefile
+++ b/archivers/gzip-info/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/01/27 18:32:33 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2002/02/18 15:14:01 seb Exp $
DISTNAME= gzip-1.2.4a
PKGNAME= gzip-info-1.2.4a
@@ -11,7 +11,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html
COMMENT= Info format documentation for the GZIP utility
-USE_GTEXINFO= yes
INFO_FILES= gzip.info
NO_PATCH= yes
@@ -25,4 +24,5 @@ IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution"
do-install:
${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/info
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/gzip-info/PLIST b/archivers/gzip-info/PLIST
index e4d6cf4d7d4..84c1ed10c08 100644
--- a/archivers/gzip-info/PLIST
+++ b/archivers/gzip-info/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:24:28 zuntum Exp $
-@unexec install-info --delete --info-dir=%D/info %D/info/gzip.info
+@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:01 seb Exp $
+@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gzip.info
info/gzip.info
-@exec install-info --info-dir=%D/info %D/info/gzip.info
+@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gzip.info