aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-19 05:23:31 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-19 05:23:31 +0800
commit128a5d3b6b4aa3b84e3aaf6b5c68f5d723cbb96e (patch)
tree27bbd2ad8b17c2e5ee949d767a9d18b44fd0032e
parent41b2c3208816222d090697be3b68562aa3201d78 (diff)
downloadfreebsd-ports-gnome-128a5d3b6b4aa3b84e3aaf6b5c68f5d723cbb96e.tar.gz
freebsd-ports-gnome-128a5d3b6b4aa3b84e3aaf6b5c68f5d723cbb96e.tar.zst
freebsd-ports-gnome-128a5d3b6b4aa3b84e3aaf6b5c68f5d723cbb96e.zip
- Strip library
-rw-r--r--sysutils/lineak-defaultplugin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lineak-defaultplugin/Makefile b/sysutils/lineak-defaultplugin/Makefile
index 8680489ec379..a35a1dc8b894 100644
--- a/sysutils/lineak-defaultplugin/Makefile
+++ b/sysutils/lineak-defaultplugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= lineak-defaultplugin
PORTVERSION= 0.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils deskutils
MASTER_SITES= SF/lineak/lineak_defaultplugin/${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= lineak
@@ -21,6 +21,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= kde_cv_prog_cxx_fno_check_new=no
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
PLIST_FILES= lib/lineakd/plugins/defaultplugin.so \
lib/lineakd/plugins/mediadetectplugin.so \