pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5ee5b21de2e
branches:  trunk
changeset: 477580:e5ee5b21de2e
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jul 05 14:44:22 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 archivers/p7zip/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 3a7267a211d1 -r e5ee5b21de2e archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile  Mon Jul 05 14:41:31 2004 +0000
+++ b/archivers/p7zip/Makefile  Mon Jul 05 14:44:22 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/06/27 20:28:53 kristerw Exp $
+# $NetBSD: Makefile,v 1.3 2004/07/05 14:44:22 minskim Exp $
 #
 
 DISTNAME=              p7zip_0.80
@@ -11,6 +11,8 @@
 HOMEPAGE=              http://p7zip.sourceforge.net/
 COMMENT=               File archiver with high compression
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=                yes
 USE_LANGUAGES=         c c++
 MAKEFILE=              makefile
@@ -20,6 +22,8 @@
 
 GCC_REQD=              3.0
 
+INSTALLATION_DIRS=     bin
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/7z ${PREFIX}/bin
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/p7zip



Home | Main Index | Thread Index | Old Index