svn commit: r390072 - head/sysutils/lineak-defaultplugin

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 18 21:23:32 UTC 2015


Author: amdmi3
Date: Thu Jun 18 21:23:31 2015
New Revision: 390072
URL: https://svnweb.freebsd.org/changeset/ports/390072

Log:
  - Strip library

Modified:
  head/sysutils/lineak-defaultplugin/Makefile

Modified: head/sysutils/lineak-defaultplugin/Makefile
==============================================================================
--- head/sysutils/lineak-defaultplugin/Makefile	Thu Jun 18 21:23:25 2015	(r390071)
+++ head/sysutils/lineak-defaultplugin/Makefile	Thu Jun 18 21:23:31 2015	(r390072)
@@ -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 \


More information about the svn-ports-all mailing list