diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-01 10:34:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-01 10:34:39 +0000 |
commit | f11ab6517325eeffc576d5a21fe4147ab66d94fc (patch) | |
tree | 6f79aee48eac499e6696dfcfcc319f184eaf0076 /comms | |
parent | f86f3c24ed500063303beb6b3a96a01f88f0d025 (diff) | |
download | ports-f11ab6517325eeffc576d5a21fe4147ab66d94fc.tar.gz ports-f11ab6517325eeffc576d5a21fe4147ab66d94fc.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/files/patch-nls.mk | 8 |
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 $(...${...}) |