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/a4e51912b29e
branches:  trunk
changeset: 478658:a4e51912b29e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Jul 28 00:08:20 2004 +0000

description:
Enable pkgviews installation.

diffstat:

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

diffs (40 lines):

diff -r d3e2b4c920d0 -r a4e51912b29e archivers/lbrate/Makefile
--- a/archivers/lbrate/Makefile Wed Jul 28 00:06:45 2004 +0000
+++ b/archivers/lbrate/Makefile Wed Jul 28 00:08:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/07/28 00:03:15 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/28 00:08:20 minskim Exp $
 # FreeBSD Id: ports/archivers/lbrate/Makefile,v 1.4 2002/06/19 08:18:05 sobomax Exp
 
 DISTNAME=      lbrate-1.1
@@ -10,6 +10,8 @@
 HOMEPAGE=      http://rus.members.beeb.net/lbrate.html
 COMMENT=       Extract/decompress CP/M LBR archives
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=        YES
 MAKE_FLAGS+=   PREFIX=${PREFIX}
 LBRATE_DOCSDIR=        ${PREFIX}/share/doc/lbrate
diff -r d3e2b4c920d0 -r a4e51912b29e archivers/lcab/Makefile
--- a/archivers/lcab/Makefile   Wed Jul 28 00:06:45 2004 +0000
+++ b/archivers/lcab/Makefile   Wed Jul 28 00:08:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/06/24 23:31:48 ben Exp $
+# $NetBSD: Makefile,v 1.2 2004/07/28 00:18:19 minskim Exp $
 #
 
 DISTNAME=              lcab-1.0b10
@@ -9,8 +9,12 @@
 HOMEPAGE=              http://www.geekshop.be/rien/lcab
 COMMENT=               Microsoft cabinet (.CAB) file creator
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 GNU_CONFIGURE=         yes
 
+INSTALLATION_DIRS=     man/man1
+
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/lcab.1 ${PREFIX}/man/man1/lcab.1
 



Home | Main Index | Thread Index | Old Index