summaryrefslogtreecommitdiff
path: root/sysutils/mc
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-05 14:32:08 +0000
committerjoerg <joerg>2006-11-05 14:32:08 +0000
commitaa1cba4feb55f1011cbbc965f49a349f035a7631 (patch)
treea3dc9630c56208c73421c74197d410a74e2e3be1 /sysutils/mc
parent47cc5c94cc1d80b604d96f75ea332a9b09e9e849 (diff)
downloadpkgsrc-aa1cba4feb55f1011cbbc965f49a349f035a7631.tar.gz
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 (limited to 'sysutils/mc')
-rw-r--r--sysutils/mc/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/mc/Makefile b/sysutils/mc/Makefile
index 4f75fa2ec9c..257653a0f50 100644
--- a/sysutils/mc/Makefile
+++ b/sysutils/mc/Makefile
@@ -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 @@ COMMENT= User-friendly file manager and visual shell
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 @@ post-install:
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"