diff options
author | vs <vs@FreeBSD.org> | 2005-04-21 15:26:53 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-21 15:26:53 +0800 |
commit | 0cd948554a0925ece56abd55147f3b9ff80fe384 (patch) | |
tree | 43488bc5b57ccd5cd618b526c15eadbccf532ed3 /net-im/licq-osd | |
parent | 5b0b6df084d0b3c29d6233f06887f284976b1293 (diff) | |
download | freebsd-ports-gnome-0cd948554a0925ece56abd55147f3b9ff80fe384.tar.gz freebsd-ports-gnome-0cd948554a0925ece56abd55147f3b9ff80fe384.tar.zst freebsd-ports-gnome-0cd948554a0925ece56abd55147f3b9ff80fe384.zip |
Fix blunder in previous commit *blush*
Pointy hat: mĂȘ
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> |