pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/lha - NO_CONFIGURE=yes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/463829018c93
branches:  trunk
changeset: 475940:463829018c93
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 30 07:04:26 2004 +0000

description:
- NO_CONFIGURE=yes
- Enable pkgviews installation.

diffstat:

 archivers/lha/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 976330f89479 -r 463829018c93 archivers/lha/Makefile
--- a/archivers/lha/Makefile    Sun May 30 06:22:09 2004 +0000
+++ b/archivers/lha/Makefile    Sun May 30 07:04:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/05/13 11:42:43 taca Exp $
+# $NetBSD: Makefile,v 1.21 2004/05/30 07:04:26 minskim Exp $
 
 DISTNAME=       lha-114i
 PKGNAME=       lha-114.9
@@ -11,7 +11,10 @@
 HOMEPAGE=      http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm
 COMMENT=       Archive files using LZW compression (.lzh files)
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=        yes
+NO_CONFIGURE=  yes
 
 MAKE_FLAGS=    MAKE="${MAKE_PROGRAM}"
 
@@ -22,6 +25,8 @@
 MAKE_FLAGS+=   MACHINE="-DSYSTIME_HAS_NO_TM -DMKTIME -DUSESTRCASECMP -DSYSV_SYSTEM_DIR"
 .endif
 
+INSTALLATION_DIRS=     bin man/ja_JP.EUC/man1
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/lha ${PREFIX}/bin/
        ${INSTALL_DATA} ${WRKSRC}/man/lha.n ${PREFIX}/man/ja_JP.EUC/man1/lha.1



Home | Main Index | Thread Index | Old Index