pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54f758f6b2ab
branches:  trunk
changeset: 475926:54f758f6b2ab
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat May 29 18:16:15 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 archivers/dar/Makefile     |  4 +++-
 archivers/fastjar/Makefile |  6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r 30d5521350d7 -r 54f758f6b2ab archivers/dar/Makefile
--- a/archivers/dar/Makefile    Sat May 29 18:07:38 2004 +0000
+++ b/archivers/dar/Makefile    Sat May 29 18:16:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/05/29 18:07:38 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/29 18:16:15 minskim Exp $
 #
 
 DISTNAME=      dar-2.0.2
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://dar.linux.free.fr/
 COMMENT=       Disk archiver
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=                yes
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
diff -r 30d5521350d7 -r 54f758f6b2ab archivers/fastjar/Makefile
--- a/archivers/fastjar/Makefile        Sat May 29 18:07:38 2004 +0000
+++ b/archivers/fastjar/Makefile        Sat May 29 18:16:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/03/11 18:03:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/29 18:19:52 minskim Exp $
 #
 
 DISTNAME=      fastjar-0.93
@@ -10,9 +10,13 @@
 HOMEPAGE=      http://fastjar.sourceforge.net/
 COMMENT=       C language version of the 'jar' archiver normally used by Java
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 GNU_CONFIGURE= YES
 USE_BUILDLINK3=        YES
 
+INSTALLATION_DIRS=     man/man1
+
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/fastjar.1 ${PREFIX}/man/man1
        ${INSTALL_MAN} ${WRKSRC}/grepjar.1 ${PREFIX}/man/man1



Home | Main Index | Thread Index | Old Index