diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-18 21:23:05 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-18 21:23:05 +0000 |
commit | cdc00024408962fc8814e030bfef398976cfd1aa (patch) | |
tree | defc14e401a0e7732d2a5eba2d63acbdce319d08 | |
parent | 0eb9545f20b8eb4b793935b1429c11b59dc66827 (diff) | |
download | FreeBSD-ports-cdc00024408962fc8814e030bfef398976cfd1aa.zip FreeBSD-ports-cdc00024408962fc8814e030bfef398976cfd1aa.tar.gz |
- Strip library
-rw-r--r-- | sysutils/lineak-xosdplugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/lineak-xosdplugin/Makefile b/sysutils/lineak-xosdplugin/Makefile index 8c987d0..400695f 100644 --- a/sysutils/lineak-xosdplugin/Makefile +++ b/sysutils/lineak-xosdplugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= lineak-xosdplugin PORTVERSION= 0.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= sysutils deskutils MASTER_SITES= SF/lineak/lineak_xosdplugin/${PORTNAME}-${PORTVERSION} DIST_SUBDIR= lineak @@ -24,6 +24,7 @@ CONFIGURE_ARGS= ac_cv_path_xosd_config_script="${TRUE}" \ 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/xosdplugin.so \ man/man1/lineak_xosdplugin.1.gz |