Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 14:12:14 +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: r390406 - head/devel/clanlib1
Message-ID:  <201506231412.t5NECELn055523@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun 23 14:12:14 2015
New Revision: 390406
URL: https://svnweb.freebsd.org/changeset/ports/390406

Log:
  - Strip libraries

Modified:
  head/devel/clanlib1/Makefile

Modified: head/devel/clanlib1/Makefile
==============================================================================
--- head/devel/clanlib1/Makefile	Tue Jun 23 14:11:53 2015	(r390405)
+++ head/devel/clanlib1/Makefile	Tue Jun 23 14:12:14 2015	(r390406)
@@ -3,7 +3,7 @@
 
 PORTNAME=	clanlib
 PORTVERSION=	1.0.0
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel
 MASTER_SITES=	http://www.clanlib.org/download/releases-1.0/
 DISTNAME=	ClanLib-${PORTVERSION}
@@ -37,6 +37,7 @@ CONFIGURE_ARGS=	--disable-docs \
 		--enable-clanMikMod \
 		--enable-clanVorbis \
 		--enable-getaddr
+INSTALL_TARGET=	install-strip
 
 PLIST_SUB+=	VER=${PORTVERSION:R}
 



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