svn commit: r386430 - head/misc/mc-light
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 15 16:52:07 UTC 2015
Author: amdmi3
Date: Fri May 15 16:52:06 2015
New Revision: 386430
URL: https://svnweb.freebsd.org/changeset/ports/386430
Log:
- Strip binary
Modified:
head/misc/mc-light/Makefile
Modified: head/misc/mc-light/Makefile
==============================================================================
--- head/misc/mc-light/Makefile Fri May 15 16:51:31 2015 (r386429)
+++ head/misc/mc-light/Makefile Fri May 15 16:52:06 2015 (r386430)
@@ -3,7 +3,7 @@
PORTNAME= mc-light
PORTVERSION= 4.1.40.p9
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= misc shells
MASTER_SITES= http://mc.linuxinside.com/Releases/
DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/}
@@ -41,6 +41,7 @@ post-patch:
${WRKSRC}/po/Makefile.in.in
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/mcserv
.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 ${STAGEDIR}${PREFIX}/share/mc/extfs/${i}
.endfor
More information about the svn-ports-head
mailing list