pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76c5599bb407
branches:  trunk
changeset: 475528:76c5599bb407
user:      recht <recht%pkgsrc.org@localhost>
date:      Tue May 18 11:58:04 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 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(-)

diffs (121 lines):

diff -r b2bec1c452ba -r 76c5599bb407 archivers/gtar-base/Makefile
--- a/archivers/gtar-base/Makefile      Tue May 18 11:46:53 2004 +0000
+++ b/archivers/gtar-base/Makefile      Tue May 18 11:58:04 2004 +0000
@@ -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 @@
 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 @@
        @${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 -r b2bec1c452ba -r 76c5599bb407 archivers/gtar-info/Makefile
--- a/archivers/gtar-info/Makefile      Tue May 18 11:46:53 2004 +0000
+++ b/archivers/gtar-info/Makefile      Tue May 18 11:58:04 2004 +0000
@@ -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 @@
 
 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 -r b2bec1c452ba -r 76c5599bb407 archivers/gtar/Makefile
--- a/archivers/gtar/Makefile   Tue May 18 11:46:53 2004 +0000
+++ b/archivers/gtar/Makefile   Tue May 18 11:58:04 2004 +0000
@@ -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 @@
 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 -r b2bec1c452ba -r 76c5599bb407 devel/diffutils/Makefile
--- a/devel/diffutils/Makefile  Tue May 18 11:46:53 2004 +0000
+++ b/devel/diffutils/Makefile  Tue May 18 11:58:04 2004 +0000
@@ -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 @@
 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 -r b2bec1c452ba -r 76c5599bb407 devel/patch/Makefile
--- a/devel/patch/Makefile      Tue May 18 11:46:53 2004 +0000
+++ b/devel/patch/Makefile      Tue May 18 11:58:04 2004 +0000
@@ -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 @@
 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 -r b2bec1c452ba -r 76c5599bb407 devel/tla/Makefile
--- a/devel/tla/Makefile        Tue May 18 11:46:53 2004 +0000
+++ b/devel/tla/Makefile        Tue May 18 11:58:04 2004 +0000
@@ -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+=      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
 



Home | Main Index | Thread Index | Old Index