summaryrefslogtreecommitdiff
path: root/archivers/gzip-info/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-20 18:15:37 +0000
committerjlam <jlam>2006-03-20 18:15:37 +0000
commitba56a6d962bf14bb906ae2ad6fbe36b11088e35f (patch)
tree0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /archivers/gzip-info/Makefile
parentcd12b581e049b51b7dda38fa3ff87b479c78aec2 (diff)
downloadpkgsrc-ba56a6d962bf14bb906ae2ad6fbe36b11088e35f.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/Makefile')
-rw-r--r--archivers/gzip-info/Makefile9
1 files changed, 4 insertions, 5 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"