diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-21 07:26:53 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-21 07:26:53 +0000 |
commit | f10813507fdd270784da1521f01e3932e1f9e67c (patch) | |
tree | ea78ebd77bb78fc1446c6793f42bf2c63e745a04 /net-im/licq-osd | |
parent | bb0cfc6cb667a6b97b0c65aef0ec9a4331f7356d (diff) | |
download | ports-f10813507fdd270784da1521f01e3932e1f9e67c.tar.gz ports-f10813507fdd270784da1521f01e3932e1f9e67c.zip |
Notes
Diffstat (limited to 'net-im/licq-osd')
-rw-r--r-- | net-im/licq-osd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq-osd/Makefile b/net-im/licq-osd/Makefile index 6247cc8fb051..0f2a077befbe 100644 --- a/net-im/licq-osd/Makefile +++ b/net-im/licq-osd/Makefile @@ -25,7 +25,7 @@ LICQ_PORT?= net/licq LOCALES= de cs es fr pt pt_BR ro ru se PLIST_FILES= lib/licq/licq_osd.so \ - ${LOCALES:C+^..+share/locale/&/LC_MESSAGES/licq_osd_plugin.mo+} + ${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> |