diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
commit | 741aecb60794fe08a7a2c61bfcc516bee56c6a2b (patch) | |
tree | 0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /archivers/gzip-info | |
parent | 6132a5c7603ce3eb9c6eaaf83c45b47f9e30fa6d (diff) | |
download | pkgsrc-741aecb60794fe08a7a2c61bfcc516bee56c6a2b.tar.gz |
* Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.
* Properly account for split info files during installation.
* Move info file listings directly into the package PLISTs.
This fixes info-file-related PLIST problems.
Diffstat (limited to 'archivers/gzip-info')
-rw-r--r-- | archivers/gzip-info/Makefile | 9 | ||||
-rw-r--r-- | archivers/gzip-info/PLIST | 3 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile index e9c1b53d27e..60f214f14b5 100644 --- a/archivers/gzip-info/Makefile +++ b/archivers/gzip-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/04 21:28:52 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/03/20 18:15:37 jlam Exp $ DISTNAME= gzip-1.2.4a PKGNAME= gzip-info-1.2.4a @@ -13,14 +13,13 @@ COMMENT= Info format documentation for the GZIP utility PKG_INSTALLATION_TYPES= overwrite pkgviews -INFO_FILES= gzip.info - NO_CONFIGURE= yes NO_BUILD= yes +INFO_FILES= # PLIST -INSTALLATION_DIRS= ${INFO_DIR} +INSTALLATION_DIRS= ${PKGINFODIR} do-install: - ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/${INFO_DIR} + ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/${PKGINFODIR} .include "../../mk/bsd.pkg.mk" diff --git a/archivers/gzip-info/PLIST b/archivers/gzip-info/PLIST index a923cc56416..b5c29c9cf78 100644 --- a/archivers/gzip-info/PLIST +++ b/archivers/gzip-info/PLIST @@ -1 +1,2 @@ -@comment $NetBSD: PLIST,v 1.4 2004/01/02 16:03:11 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/03/20 18:15:37 jlam Exp $ +info/gzip.info |