From 88c31a48133ec77d01b178b1c720b684edd74371 Mon Sep 17 00:00:00 2001 From: recht Date: Tue, 18 May 2004 11:58:04 +0000 Subject: Enable pkgviews installation. --- archivers/gtar-base/Makefile | 4 +++- archivers/gtar-info/Makefile | 5 ++++- archivers/gtar/Makefile | 4 +++- 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'archivers') 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" 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} ; \ diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 03c565e731c..ebd03b3b846 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/04/07 18:59:00 tron Exp $ +# $NetBSD: Makefile,v 1.25 2004/05/18 11:58:04 recht Exp $ DISTNAME= gtar-1.13.25 PKGREVISION= 2 @@ -13,6 +13,8 @@ COMMENT= The "meta-package" for the GNU tape archiver (tar) DEPENDS+= gtar-base-1.13.25nb2:../../archivers/gtar-base DEPENDS+= gtar-info-1.13.25:../../archivers/gtar-info +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes EXTRACT_ONLY= # empty -- cgit v1.2.3