svn commit: r388709 - head/sysutils/gksu

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 14:57:24 UTC 2015


Author: amdmi3
Date: Sun Jun  7 14:57:23 2015
New Revision: 388709
URL: https://svnweb.freebsd.org/changeset/ports/388709

Log:
  - Strip library

Modified:
  head/sysutils/gksu/Makefile

Modified: head/sysutils/gksu/Makefile
==============================================================================
--- head/sysutils/gksu/Makefile	Sun Jun  7 14:56:49 2015	(r388708)
+++ head/sysutils/gksu/Makefile	Sun Jun  7 14:57:23 2015	(r388709)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gksu
 PORTVERSION=	2.0.2
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils
 MASTER_SITES=	http://people.debian.org/~kov/gksu/
 
@@ -21,6 +21,7 @@ GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib/gkeyfile.h|glib.h|g' \


More information about the svn-ports-all mailing list