diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-07-09 19:12:33 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-07-09 19:12:33 +0800 |
commit | 6f017794acdcb42bd88c19a0be9a63a9a7a728f2 (patch) | |
tree | 451656b4f1f53ff163cc3d047fd1ddbe53415f3a /games/gnomegames/files | |
parent | 19376e7fce26fab0a7f6077361618aaeb0cacb04 (diff) | |
download | freebsd-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.sh | 18 | ||||
-rw-r--r-- | games/gnomegames/files/patch-po::Makefile.in.in | 14 |
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 \ |