summaryrefslogtreecommitdiff
path: root/archivers/gtar-base
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-base
parent5f40002ddcdaf9ab36dafefb1cd84071e88b6ddf (diff)
downloadpkgsrc-acf63b6eee4e28ea7cf8c9e7679eeddb6bb43c19.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'archivers/gtar-base')
-rw-r--r--archivers/gtar-base/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile
index 70438f33e53..ab79413e473 100644
--- a/archivers/gtar-base/Makefile
+++ b/archivers/gtar-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2004/04/05 18:38:43 reed Exp $
+# $NetBSD: Makefile,v 1.35 2004/05/18 11:58:04 recht Exp $
#
DISTNAME= tar-1.13.25
@@ -14,6 +14,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/tar/tar.html
COMMENT= The GNU tape archiver with remote magnetic tape support
+PKG_INSTALLATION_TYPES= overwrite pkgviews
BUILD_USES_MSGFMT= YES
USE_BUILDLINK3= YES
@@ -50,6 +51,7 @@ post-patch:
@${TOUCH} ${WRKSRC}/po/fr.po
post-install:
+ ${INSTALL_MAN_DIR} ${PREFIX}/man/man1
${INSTALL_DATA} ${FILESDIR}/gtar.1 \
${PREFIX}/man/man1/${GTAR_PROGRAM_PREFIX}tar.1
.if ${GTAR_PROGRAM_PREFIX} != "g"