aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/windowmaker/files
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-04-13 01:10:20 +0800
committerade <ade@FreeBSD.org>2002-04-13 01:10:20 +0800
commit17667de189a473dd1b3f3844a9a029a6ea7faee2 (patch)
treed11d27576ba0bc6656fca5c8a2e074489e3a91b7 /x11-wm/windowmaker/files
parent8d430f11da8d17c3ad0e7d892920c5a7ee27829c (diff)
downloadfreebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.gz
freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.tar.zst
freebsd-ports-gnome-17667de189a473dd1b3f3844a9a029a6ea7faee2.zip
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
Diffstat (limited to 'x11-wm/windowmaker/files')
-rw-r--r--x11-wm/windowmaker/files/patch-po::Makefile.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/x11-wm/windowmaker/files/patch-po::Makefile.in b/x11-wm/windowmaker/files/patch-po::Makefile.in
deleted file mode 100644
index c6f82604b428..000000000000
--- a/x11-wm/windowmaker/files/patch-po::Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in 2001/07/24 08:40:08 1.1
-+++ po/Makefile.in 2001/07/24 08:40:37
-@@ -215,10 +215,10 @@
-
-
- .po.mo:
-- msgfmt -o $@ $<
-+ msgfmt-new -o $@ $<
-
- WindowMaker.pot: $(POTFILES)
-- xgettext --default-domain=WindowMaker \
-+ $(XGETTEXT) --default-domain=WindowMaker \
- --add-comments --keyword=_ $(POTFILES)
- if cmp -s WindowMaker.po WindowMaker.pot; then \
- rm -f WindowMaker.po; \