diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-28 19:29:23 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-28 19:29:23 +0800 |
commit | 02b84be30a8e65f3c63e708af73f2c03494cc524 (patch) | |
tree | 205f6cd0f435b8bd7f0b69655f4bc03a6cc73685 /deskutils | |
parent | 58d5e301bce465cc38ac2d0b7cb338e82372088d (diff) | |
download | freebsd-ports-gnome-02b84be30a8e65f3c63e708af73f2c03494cc524.tar.gz freebsd-ports-gnome-02b84be30a8e65f3c63e708af73f2c03494cc524.tar.zst freebsd-ports-gnome-02b84be30a8e65f3c63e708af73f2c03494cc524.zip |
- Add LICENSE
- Cosmetic fixes
- Fix WWW:
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/plasma-applet-qstardict/Makefile | 5 | ||||
-rw-r--r-- | deskutils/plasma-applet-qstardict/pkg-descr | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/deskutils/plasma-applet-qstardict/Makefile b/deskutils/plasma-applet-qstardict/Makefile index d4f7ac70415b..d3a2646a40e4 100644 --- a/deskutils/plasma-applet-qstardict/Makefile +++ b/deskutils/plasma-applet-qstardict/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= plasma-applet- MAINTAINER= ports@FreeBSD.org COMMENT= Dictionary plasma applet for KDE +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= ${QSTARDICT_PLUGIN_PATH}/libstardict.so:textproc/qstardict USES= cmake kde:4 tar:bzip2 @@ -20,7 +23,7 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/kdeplasma QSTARDICT_PLUGIN_PATH= ${LOCALBASE}/lib/qstardict/plugins post-patch: - ${REINPLACE_CMD} -e 's|/usr/lib/qstardict/plugins|${QSTARDICT_PLUGIN_PATH}|g' \ + @${REINPLACE_CMD} -e 's|/usr/lib/qstardict/plugins|${QSTARDICT_PLUGIN_PATH}|g' \ ${WRKSRC}/kdeplasma/dataengine/config.h.cmake .include <bsd.port.mk> diff --git a/deskutils/plasma-applet-qstardict/pkg-descr b/deskutils/plasma-applet-qstardict/pkg-descr index 9da0977e80b6..971bd4149536 100644 --- a/deskutils/plasma-applet-qstardict/pkg-descr +++ b/deskutils/plasma-applet-qstardict/pkg-descr @@ -1,3 +1,3 @@ Dictionary plasmoid for KDE from QStarDict authors. -WWW: http://qstardict.ylsoftware.com +WWW: http://qstardict.ylsoftware.com/ |