Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 14:24:46 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389219 - head/deskutils/multisync
Message-ID:  <201506111424.t5BEOk2m096318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506111424.t5BEOk2m096318>