summaryrefslogtreecommitdiff
path: root/archivers/gtar-info
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-05-18 11:58:04 +0000
committerrecht <recht@pkgsrc.org>2004-05-18 11:58:04 +0000
commitacf63b6eee4e28ea7cf8c9e7679eeddb6bb43c19 (patch)
treea7490493e74d6e9bafe3dcad449e2445ed44066a /archivers/gtar-info
parent5f40002ddcdaf9ab36dafefb1cd84071e88b6ddf (diff)
downloadpkgsrc-acf63b6eee4e28ea7cf8c9e7679eeddb6bb43c19.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'archivers/gtar-info')
-rw-r--r--archivers/gtar-info/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/gtar-info/Makefile b/archivers/gtar-info/Makefile
index 45d3d625632..f190f862e8a 100644
--- a/archivers/gtar-info/Makefile
+++ b/archivers/gtar-info/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/05/03 21:32:28 reed Exp $
+# $NetBSD: Makefile,v 1.16 2004/05/18 11:58:04 recht Exp $
#
DISTNAME= tar-1.13.25
@@ -15,11 +15,14 @@ COMMENT= Info format documentation for the GNU tape archiver
INFO_FILES= tar.info
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/${INFO_DIR}
for i in ${WRKSRC}/doc/tar.info* ; \
do \
${INSTALL_DATA} $${i} ${PREFIX}/${INFO_DIR} ; \