diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 14:32:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 14:32:08 +0000 |
commit | e72d7997ca91685d29348caca44be0be397226d0 (patch) | |
tree | a3dc9630c56208c73421c74197d410a74e2e3be1 | |
parent | d54eb2652ed72fdbf3e7a2c1490a5493999c99e9 (diff) | |
download | pkgsrc-e72d7997ca91685d29348caca44be0be397226d0.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.
-rw-r--r-- | sysutils/mc/Makefile | 8 |
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" |