pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/mc Explicitly use unzip and zip and put the c...
details: https://anonhg.NetBSD.org/pkgsrc/rev/be525373c300
branches: trunk
changeset: 521123:be525373c300
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Nov 05 14:32:08 2006 +0000
description:
Explicitly use unzip and zip and put the correct path names into the
VFS scripts. I've been annoyed by this for too long. Bump revision.
diffstat:
sysutils/mc/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r b9b59e522c00 -r be525373c300 sysutils/mc/Makefile
--- a/sysutils/mc/Makefile Sun Nov 05 14:29:31 2006 +0000
+++ b/sysutils/mc/Makefile Sun Nov 05 14:32:08 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.67 2006/11/01 09:04:56 joerg Exp $
+# $NetBSD: Makefile,v 1.68 2006/11/05 14:32:08 joerg Exp $
DISTNAME= mc-4.6.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/ \
${MASTER_SITE_SUNSITE:=utils/file/managers/mc/}
@@ -12,7 +12,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= pkg-config
+USE_TOOLS+= pkg-config unzip:run zip:run
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
@@ -36,6 +36,8 @@
CONFIGURE_ARGS+= --without-ext2undel
CONFIGURE_ARGS+= --without-gpm-mouse
+CONFIGURE_ARGS+= UNZIP=${TOOLS_PATH.unzip} ZIP=${TOOLS_PATH.zip}
+
PLIST_SRC+= ${PKGDIR}/PLIST
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index