From 50435a2f51a85444545aec110cd024cd80ffba72 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 20 Oct 2004 01:45:44 +0000 Subject: - Fix extfs again PR: ports/72768 Submitted by: Roman Y. Bogdanov (maintainer) --- misc/mc-light/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'misc/mc-light/Makefile') diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index c2ba230d0875..931f9f2ee66e 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -7,7 +7,7 @@ PORTNAME= mc-light PORTVERSION= 4.1.40.p9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc shells MASTER_SITES= http://mc.linuxinside.com/Releases/ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/} @@ -16,6 +16,7 @@ MAINTAINER= sam@brj.pp.ru COMMENT= A lightweight Midnight Commander clone RUN_DEPENDS+= gawk:${PORTSDIR}/lang/gawk + CONFLICTS= mc-4.6* USE_GMAKE= yes @@ -40,4 +41,9 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +post-install: +.for i in a arfs audio cpio deb esp ftplist hp48 iso lha lslR mailfs patchfs rar rpm trpm uarj uha zip zoo + ${CHMOD} 755 ${PREFIX}/share/mc/extfs/${i} +.endfor + .include -- cgit