svn commit: r385872 - head/devel/obby

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 9 08:29:05 UTC 2015


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
 


More information about the svn-ports-all mailing list