svn commit: r386031 - head/graphics/xmedcon

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun May 10 22:51:51 UTC 2015


Author: amdmi3
Date: Sun May 10 22:51:50 2015
New Revision: 386031
URL: https://svnweb.freebsd.org/changeset/ports/386031

Log:
  - Strip library

Modified:
  head/graphics/xmedcon/Makefile

Modified: head/graphics/xmedcon/Makefile
==============================================================================
--- head/graphics/xmedcon/Makefile	Sun May 10 21:46:45 2015	(r386030)
+++ head/graphics/xmedcon/Makefile	Sun May 10 22:51:50 2015	(r386031)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmedcon
 PORTVERSION=	0.13.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/XMedCon-Source/${PORTVERSION}
 
@@ -18,6 +18,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/xmedcon \
 		--enable-llcheck
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list