summaryrefslogtreecommitdiff
path: root/archivers/gtar-info
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-20 18:15:37 +0000
committerjlam <jlam>2006-03-20 18:15:37 +0000
commitbb8509a89e35426c1df30c5cdd4d840a2fde9158 (patch)
tree0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /archivers/gtar-info
parent2cacc7f60d1cd4785e4584dcedbf9e14e4404415 (diff)
downloadpkgsrc-bb8509a89e35426c1df30c5cdd4d840a2fde9158.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/gtar-info')
-rw-r--r--archivers/gtar-info/Makefile9
-rw-r--r--archivers/gtar-info/PLIST3
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/gtar-info/Makefile b/archivers/gtar-info/Makefile
index a99a0c0645c..d68c8f60ec2 100644
--- a/archivers/gtar-info/Makefile
+++ b/archivers/gtar-info/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/03/04 21:28:52 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2006/03/20 18:15:37 jlam Exp $
#
DISTNAME= tar-1.15.1
@@ -12,16 +12,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/tar/tar.html
COMMENT= Info format documentation for the GNU tape archiver
-INFO_FILES= tar.info
-
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= yes
NO_BUILD= yes
+INFO_FILES= # PLIST
-INSTALLATION_DIRS= ${INFO_DIR}
+INSTALLATION_DIRS= ${PKGINFODIR}
do-install:
- ${INSTALL_DATA} ${WRKSRC}/doc/tar.info ${PREFIX}/${INFO_DIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/tar.info ${PREFIX}/${PKGINFODIR}
.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/gtar-info/PLIST b/archivers/gtar-info/PLIST
index d1416ff28e6..1061f6d5556 100644
--- a/archivers/gtar-info/PLIST
+++ b/archivers/gtar-info/PLIST
@@ -1 +1,2 @@
-@comment $NetBSD: PLIST,v 1.5 2004/01/02 16:03:11 seb Exp $
+@comment $NetBSD: PLIST,v 1.6 2006/03/20 18:15:37 jlam Exp $
+info/tar.info