aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnomegames/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-09 19:12:33 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-09 19:12:33 +0800
commit6f017794acdcb42bd88c19a0be9a63a9a7a728f2 (patch)
tree451656b4f1f53ff163cc3d047fd1ddbe53415f3a /games/gnomegames/files
parent19376e7fce26fab0a7f6077361618aaeb0cacb04 (diff)
downloadfreebsd-ports-gnome-6f017794acdcb42bd88c19a0be9a63a9a7a728f2.tar.gz
freebsd-ports-gnome-6f017794acdcb42bd88c19a0be9a63a9a7a728f2.tar.zst
freebsd-ports-gnome-6f017794acdcb42bd88c19a0be9a63a9a7a728f2.zip
Update to 1.4.0.2.
Diffstat (limited to 'games/gnomegames/files')
-rw-r--r--games/gnomegames/files/patch-ltmain.sh18
-rw-r--r--games/gnomegames/files/patch-po::Makefile.in.in14
2 files changed, 32 insertions, 0 deletions
diff --git a/games/gnomegames/files/patch-ltmain.sh b/games/gnomegames/files/patch-ltmain.sh
new file mode 100644
index 000000000000..9de46d7a7882
--- /dev/null
+++ b/games/gnomegames/files/patch-ltmain.sh
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- ltmain.sh 2001/07/09 10:17:23 1.1
++++ ltmain.sh 2001/07/09 10:17:47
+@@ -4175,10 +4175,12 @@
+ fi
+
+ # Install the pseudo-library for information purposes.
++ if false; then
+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
+ instname="$dir/$name"i
+ $show "$install_prog $instname $destdir/$name"
+ $run eval "$install_prog $instname $destdir/$name" || exit $?
++ fi
+
+ # Maybe install the static library, too.
+ test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/games/gnomegames/files/patch-po::Makefile.in.in b/games/gnomegames/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000000..cd3e37cffcf4
--- /dev/null
+++ b/games/gnomegames/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- po/Makefile.in.in 2001/07/09 10:15:24 1.1
++++ po/Makefile.in.in 2001/07/09 10:15:40
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \