diff options
author | vs <vs@FreeBSD.org> | 2005-04-11 16:46:15 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-11 16:46:15 +0800 |
commit | 6cbdf95ce8cb502c177fb8327b89d0a58b9d167d (patch) | |
tree | 173838de15903768d930902350a1b3a69d5f3eca /net | |
parent | b87762839053cc5ae8800ab00c9a305a63f2dadb (diff) | |
download | freebsd-ports-gnome-6cbdf95ce8cb502c177fb8327b89d0a58b9d167d.tar.gz freebsd-ports-gnome-6cbdf95ce8cb502c177fb8327b89d0a58b9d167d.tar.zst freebsd-ports-gnome-6cbdf95ce8cb502c177fb8327b89d0a58b9d167d.zip |
- List missing locales
- Trim comment a bit
Noticed by: krisbot
Diffstat (limited to 'net')
-rw-r--r-- | net/licq-osd/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net/licq-osd/Makefile b/net/licq-osd/Makefile index f0d3b1dbe9d2..f1c66c484a78 100644 --- a/net/licq-osd/Makefile +++ b/net/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" |