svn commit: r393543 - head/security/libgnomesu

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 4 19:20:16 UTC 2015


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
 


More information about the svn-ports-head mailing list