summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-21 07:26:53 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-21 07:26:53 +0000
commitf10813507fdd270784da1521f01e3932e1f9e67c (patch)
treeea78ebd77bb78fc1446c6793f42bf2c63e745a04 /net-im
parent- Add mirror as main site sometimes down (diff)
Fix blunder in previous commit *blush*
Pointy hat: mĂȘ
Notes
Notes: svn path=/head/; revision=133818
Diffstat (limited to 'net-im')
-rw-r--r--net-im/licq-osd/Makefile2
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>