summaryrefslogtreecommitdiff
path: root/archivers/gtar-info
diff options
context:
space:
mode:
authorrecht <recht>2004-05-18 11:58:04 +0000
committerrecht <recht>2004-05-18 11:58:04 +0000
commit1b702ee4a789a4271f1051c1cb137f3af976ca86 (patch)
treea7490493e74d6e9bafe3dcad449e2445ed44066a /archivers/gtar-info
parent9332cfd093a35d44c7b2a4a9128da90dd4de4c11 (diff)
downloadpkgsrc-1b702ee4a789a4271f1051c1cb137f3af976ca86.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} ; \