diff options
author | vs <vs@FreeBSD.org> | 2005-04-21 07:26:53 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-21 07:26:53 +0000 |
commit | 0cd948554a0925ece56abd55147f3b9ff80fe384 (patch) | |
tree | 43488bc5b57ccd5cd618b526c15eadbccf532ed3 /net/licq-osd/Makefile | |
parent | 5b0b6df084d0b3c29d6233f06887f284976b1293 (diff) | |
download | FreeBSD-ports-0cd948554a0925ece56abd55147f3b9ff80fe384.zip FreeBSD-ports-0cd948554a0925ece56abd55147f3b9ff80fe384.tar.gz |
Fix blunder in previous commit *blush*
Pointy hat: mĂȘ
Diffstat (limited to 'net/licq-osd/Makefile')
-rw-r--r-- | net/licq-osd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/licq-osd/Makefile b/net/licq-osd/Makefile index 6247cc8..0f2a077 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> |