aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/centericq/files
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-01-20 07:08:46 +0800
committerclive <clive@FreeBSD.org>2001-01-20 07:08:46 +0800
commite9ede6d8fba230adbbac760f9c7c76d9d44ccf64 (patch)
treeed6d7ec16d11f695f60cef07901afa0ac7ba9280 /net-im/centericq/files
parent757f847d144a1f1c86f28a88b43cc88566f898fc (diff)
downloadfreebsd-ports-gnome-e9ede6d8fba230adbbac760f9c7c76d9d44ccf64.tar.gz
freebsd-ports-gnome-e9ede6d8fba230adbbac760f9c7c76d9d44ccf64.tar.zst
freebsd-ports-gnome-e9ede6d8fba230adbbac760f9c7c76d9d44ccf64.zip
Don't blindly install any .mo files into local base without
creating it first. Submitted by: bento
Diffstat (limited to 'net-im/centericq/files')
-rw-r--r--net-im/centericq/files/patch-ad6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/centericq/files/patch-ad b/net-im/centericq/files/patch-ad
index 3442eda0238c..4a58f0c0d5eb 100644
--- a/net-im/centericq/files/patch-ad
+++ b/net-im/centericq/files/patch-ad
@@ -1,11 +1,11 @@
---- po/Makefile.in.orig Wed Nov 22 02:57:08 2000
-+++ po/Makefile.in Wed Nov 22 02:57:25 2000
+--- po/Makefile.in.orig Thu Nov 30 19:23:18 2000
++++ po/Makefile.in Sat Jan 20 06:54:57 2001
@@ -23,7 +23,7 @@
for i in $(LANGS); do msgfmt -o $$i.mo $$i.po; done
install:
- for i in $(LANGS); do install -D -m 644 $$i.mo ${datadir}/locale/$$i/LC_MESSAGES/centericq.mo; done
-+ for i in $(LANGS); do install -C -D -m 644 $$i.mo ${datadir}/locale/$$i/LC_MESSAGES/centericq.mo; done
++ for i in $(LANGS); do install -d -m 644 ${datadir}/locale/$$i/LC_MESSAGES; install -C -D -m 644 $$i.mo ${datadir}/locale/$$i/LC_MESSAGES/centericq.mo; done
clean:
# for i in $(LANGS); do $(RM) $$i.mo; done