svn commit: r389219 - head/deskutils/multisync
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 11 14:24:46 UTC 2015
Author: amdmi3
Date: Thu Jun 11 14:24:45 2015
New Revision: 389219
URL: https://svnweb.freebsd.org/changeset/ports/389219
Log:
- Strip library
Modified:
head/deskutils/multisync/Makefile
Modified: head/deskutils/multisync/Makefile
==============================================================================
--- head/deskutils/multisync/Makefile Thu Jun 11 14:24:11 2015 (r389218)
+++ head/deskutils/multisync/Makefile Thu Jun 11 14:24:45 2015 (r389219)
@@ -3,7 +3,7 @@
PORTNAME?= multisync
PORTVERSION= 0.82
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= deskutils
MASTER_SITES= SF/multisync/OldFiles
DISTNAME= multisync-${PORTVERSION}
@@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
+INSTALL_TARGET= install-strip
post-patch:
@${FIND} ${WRKDIR} -type l -delete
More information about the svn-ports-head
mailing list