Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2015 08:29:04 +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: r385872 - head/devel/obby
Message-ID:  <201505090829.t498T4LU043536@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat May  9 08:29:04 2015
New Revision: 385872
URL: https://svnweb.freebsd.org/changeset/ports/385872

Log:
  - Strip library

Modified:
  head/devel/obby/Makefile

Modified: head/devel/obby/Makefile
==============================================================================
--- head/devel/obby/Makefile	Sat May  9 08:28:57 2015	(r385871)
+++ head/devel/obby/Makefile	Sat May  9 08:29:04 2015	(r385872)
@@ -3,7 +3,7 @@
 
 PORTNAME=	obby
 PORTVERSION=	0.4.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://releases.0x539.de/obby/
 
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libsigc-2.0.so:${PORTSDIR}/
 USES=		pathfix pkgconfig libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	NLS
 



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