aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/licq-osd/Makefile2
-rw-r--r--net/licq-osd/Makefile2
2 files changed, 2 insertions, 2 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>
diff --git a/net/licq-osd/Makefile b/net/licq-osd/Makefile
index 6247cc8fb051..0f2a077befbe 100644
--- a/net/licq-osd/Makefile
+++ b/net/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>