diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-11 08:46:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-11 08:46:15 +0000 |
commit | d335f19a8f473e7cc4d2ca64ea07ea35bec7a964 (patch) | |
tree | 9b4a76dee2898a0b481ac28ef46404adaa1ae5fd /net-im/licq-osd | |
parent | 29eafbb0bcd790f481e8be73c2ed326fea74bbca (diff) | |
download | ports-d335f19a8f473e7cc4d2ca64ea07ea35bec7a964.tar.gz ports-d335f19a8f473e7cc4d2ca64ea07ea35bec7a964.zip |
- List missing locales
- Trim comment a bit
Noticed by: krisbot
Notes
Notes:
svn path=/head/; revision=133007
Diffstat (limited to 'net-im/licq-osd')
-rw-r--r-- | net-im/licq-osd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index f0d3b1dbe9d2..f1c66c484a78 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -11,7 +11,7 @@ PORTVERSION= ${OSD_LICQ_VER} CATEGORIES= net MAINTAINER= ports@FreeBSD.org -COMMENT= OnScreenDisplay messages in licq (like in SIM and more) +COMMENT= OnScreenDisplay messages in licq LIB_DEPENDS= xosd.4:${PORTSDIR}/misc/xosd RUN_DEPENDS=${LOCALBASE}/lib/licq/licq_qt-gui.so:${PORTSDIR}/net/licq-qt-gui @@ -23,7 +23,10 @@ USE_LIBTOOL_VER=15 LICQ_PORT?= net/licq -PLIST_FILES= lib/licq/licq_osd.so +LOCALES= de cs es fr pt ro ru se +PLIST_FILES= lib/licq/licq_osd.so \ + ${LOCALES:C+^..+share/locale/&/LC_MESSAGES/licq_osd_plugin.mo+} +PLIST_DIRS= share/locale/se/LC_MESSAGES share/locale/se .include <bsd.port.pre.mk> .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" |