diff options
author | pav <pav@FreeBSD.org> | 2004-10-20 09:45:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-20 09:45:44 +0800 |
commit | 50435a2f51a85444545aec110cd024cd80ffba72 (patch) | |
tree | 1e573a31243a752902741c47ebdd76fd6e755054 /misc/mc-light/Makefile | |
parent | d2afa7df9bebb64dbb1deef5a2e57902823372d3 (diff) | |
download | freebsd-ports-gnome-50435a2f51a85444545aec110cd024cd80ffba72.tar.gz freebsd-ports-gnome-50435a2f51a85444545aec110cd024cd80ffba72.tar.zst freebsd-ports-gnome-50435a2f51a85444545aec110cd024cd80ffba72.zip |
- Fix extfs again
PR: ports/72768
Submitted by: Roman Y. Bogdanov <sam@brj.pp.ru> (maintainer)
Diffstat (limited to 'misc/mc-light/Makefile')
-rw-r--r-- | misc/mc-light/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk> |