diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 14:57:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 14:57:23 +0000 |
commit | bb26d9bc1f7c7642141ffcee16b572a5aeac507f (patch) | |
tree | 21a0f5c99c25bd3b0cb32ca01f0e8a9c07147a6d | |
parent | a1b67561959f47e346ba86894024cdcb2b0856cc (diff) |
- Strip library
Notes
Notes:
svn path=/head/; revision=388709
-rw-r--r-- | sysutils/gksu/Makefile | 3 |
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' \ |