From acf63b6eee4e28ea7cf8c9e7679eeddb6bb43c19 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 +++- devel/diffutils/Makefile | 4 +++- devel/patch/Makefile | 4 +++- devel/tla/Makefile | 4 +++- 6 files changed, 19 insertions(+), 6 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" 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 diff --git a/devel/diffutils/Makefile b/devel/diffutils/Makefile index 544c5345163..cf063bc4e3f 100644 --- a/devel/diffutils/Makefile +++ b/devel/diffutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/08/09 10:44:39 seb Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/18 11:58:04 recht Exp $ # DISTNAME= diffutils-2.8.1 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/diffutils/diffutils.html COMMENT= GNU diff utilities - find the differences between files +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= YES INFO_FILES= diff.info diff --git a/devel/patch/Makefile b/devel/patch/Makefile index ff13b37f19f..1dacc0cf27b 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/16 20:11:51 tv Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/18 11:58:05 recht Exp $ # DISTNAME= patch-2.5.4 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/patch/patch.html COMMENT= Patch files using diff output +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" diff --git a/devel/tla/Makefile b/devel/tla/Makefile index 398e9d1536d..c84e1ae9983 100644 --- a/devel/tla/Makefile +++ b/devel/tla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/04/18 23:52:02 recht Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/18 11:58:04 recht Exp $ # DISTNAME= tla-1.2.1pre1 @@ -16,6 +16,8 @@ DEPENDS+= patch-[0-9]*:../../devel/patch DEPENDS+= diffutils-[0-9]*:../../devel/diffutils DEPENDS+= gtar-base-[0-9]*:../../archivers/gtar-base +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR}/${DISTNAME}/src/=build USE_GNU_TOOLS+= make -- cgit v1.2.3