svn commit: r388635 - head/x11-wm/sawfish
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jun 5 19:40:55 UTC 2015
Author: amdmi3
Date: Fri Jun 5 19:40:54 2015
New Revision: 388635
URL: https://svnweb.freebsd.org/changeset/ports/388635
Log:
- Strip libraries
Modified:
head/x11-wm/sawfish/Makefile
Modified: head/x11-wm/sawfish/Makefile
==============================================================================
--- head/x11-wm/sawfish/Makefile Fri Jun 5 19:20:04 2015 (r388634)
+++ head/x11-wm/sawfish/Makefile Fri Jun 5 19:40:54 2015 (r388635)
@@ -3,7 +3,7 @@
PORTNAME= sawfish
PORTVERSION= 1.11
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 3
CATEGORIES= x11-wm
MASTER_SITES= http://download.tuxfamily.org/sawfish/
@@ -49,4 +49,8 @@ post-patch:
@${REINPLACE_CMD} -e \
's|prog_name|program_name|g' ${WRKSRC}/src/main.c
+post-build:
+ ${STRIP_CMD} ${WRKSRC}/src/.libs/*.so \
+ ${WRKSRC}/src/gtk-style
+
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list