aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/hylafax/files/patch-nls.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/comms/hylafax/files/patch-nls.mk b/comms/hylafax/files/patch-nls.mk
index d2abfa3867d1..a55f8e2b2d6f 100644
--- a/comms/hylafax/files/patch-nls.mk
+++ b/comms/hylafax/files/patch-nls.mk
@@ -1,14 +1,16 @@
--- po/nls.mk.orig 2009-01-21 15:32:14.000000000 +0100
-+++ po/nls.mk 2009-05-31 12:40:46.000000000 +0200
-@@ -8,6 +8,7 @@
++++ po/nls.mk 2009-06-01 12:30:35.000000000 +0200
+@@ -8,6 +8,9 @@
${MSGCAT} libhylafax/messages.pot hylafax-client/messages.pot hylafax-server/messages.pot >> $@.tmp
mv $@.tmp $@
+FIXMATCH= ${DEPTH}/*/messages.po
++SYSUSER= root
++SYSGROUP= wheel
# A bit more trikery here
# We want $(wildcard...) because we don't want to try to "rebuild" thes messages.pot
-@@ -15,18 +16,18 @@
+@@ -15,18 +18,18 @@
# But legacy makes (SCO) don't support $(wildcard...). Luckly, they don't support $(...)
# At all, so they just drop it all. Real makes support $(wildcard)
# That's why we use the $(...${...})