svn commit: r388188 - head/security/pidgin-otr

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Jun 1 01:29:31 UTC 2015


Author: amdmi3
Date: Mon Jun  1 01:29:30 2015
New Revision: 388188
URL: https://svnweb.freebsd.org/changeset/ports/388188

Log:
  - Strip library

Modified:
  head/security/pidgin-otr/Makefile

Modified: head/security/pidgin-otr/Makefile
==============================================================================
--- head/security/pidgin-otr/Makefile	Mon Jun  1 01:28:50 2015	(r388187)
+++ head/security/pidgin-otr/Makefile	Mon Jun  1 01:29:30 2015	(r388188)
@@ -2,7 +2,7 @@
 
 PORTNAME=	otr
 PORTVERSION=	4.0.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security net-im net
 MASTER_SITES=	http://www.cypherpunks.ca/otr/
 PKGNAMEPREFIX=	pidgin-
@@ -24,6 +24,7 @@ CPE_VENDOR=	cypherpunks
 CPE_PRODUCT=	${PKGNAMEPREFIX}${PORTNAME}
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list