Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2015 19:20:16 +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: r393543 - head/security/libgnomesu
Message-ID:  <201508041920.t74JKGP2057159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug  4 19:20:15 2015
New Revision: 393543
URL: https://svnweb.freebsd.org/changeset/ports/393543

Log:
  - Strip library

Modified:
  head/security/libgnomesu/Makefile

Modified: head/security/libgnomesu/Makefile
==============================================================================
--- head/security/libgnomesu/Makefile	Tue Aug  4 19:19:58 2015	(r393542)
+++ head/security/libgnomesu/Makefile	Tue Aug  4 19:20:15 2015	(r393543)
@@ -4,7 +4,7 @@
 
 PORTNAME=	libgnomesu
 PORTVERSION=	1.0.0
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	security gnome
 MASTER_SITES=	http://members.chello.nl/~h.lai/libgnomesu/
 
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+=--disable-install-pam \
 		--disable-setuid-error
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 SUB_FILES=	pkg-message
 



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