aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-11 18:17:17 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-11 18:17:17 +0800
commit6bdf8977c49192d3deb0816cb7dc504b212b2147 (patch)
tree16f71a978421f18a45f4ba1f111322889c0f73c7 /misc
parentf7139dfe8d3e1453554b1d3bfaa44a2c61eeca45 (diff)
downloadfreebsd-ports-gnome-6bdf8977c49192d3deb0816cb7dc504b212b2147.tar.gz
freebsd-ports-gnome-6bdf8977c49192d3deb0816cb7dc504b212b2147.tar.zst
freebsd-ports-gnome-6bdf8977c49192d3deb0816cb7dc504b212b2147.zip
- Add LICENSE
- Fix shebangs MFH: 2015Q2
Diffstat (limited to 'misc')
-rw-r--r--misc/mc-light/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile
index 1466aee73563..46f34eef4dfc 100644
--- a/misc/mc-light/Makefile
+++ b/misc/mc-light/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mc-light
PORTVERSION= 4.1.40.p9
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= misc shells
MASTER_SITES= http://mc.linuxinside.com/Releases/
DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/}
@@ -11,11 +11,16 @@ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/}
MAINTAINER= ports@FreeBSD.org
COMMENT= Lightweight Midnight Commander clone
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk
CONFLICTS= mc-4.7*
-USES= pkgconfig iconv gmake
+USES= gmake iconv pkgconfig shebangfix
+SHEBANG_FILES= vfs/extfs/a vfs/extfs/deb \
+ vfs/extfs/iso vfs/extfs/mailfs
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-included-slang \
--with-gettext \