aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-07 14:57:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-07 14:57:23 +0000
commitbb26d9bc1f7c7642141ffcee16b572a5aeac507f (patch)
tree21a0f5c99c25bd3b0cb32ca01f0e8a9c07147a6d
parenta1b67561959f47e346ba86894024cdcb2b0856cc (diff)
- Strip library
Notes
Notes: svn path=/head/; revision=388709
-rw-r--r--sysutils/gksu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gksu/Makefile b/sysutils/gksu/Makefile
index e99cdf3b2703..23aa7a88b8eb 100644
--- a/sysutils/gksu/Makefile
+++ b/sysutils/gksu/Makefile
@@ -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' \