diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-23 13:36:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-23 13:36:38 +0000 |
commit | 47eb709f128a600aa1d0676ddc3df244ba1f6c55 (patch) | |
tree | fdfe86ea28fe1f21fa1042f180d4f99cf4a5f254 /math/guppi/files | |
parent | 6ca69f6700606e210fd95bafd2138cbb3d40ca33 (diff) | |
download | ports-47eb709f128a600aa1d0676ddc3df244ba1f6c55.tar.gz ports-47eb709f128a600aa1d0676ddc3df244ba1f6c55.zip |
Notes
Diffstat (limited to 'math/guppi/files')
-rw-r--r-- | math/guppi/files/patch-ltmain.sh | 18 | ||||
-rw-r--r-- | math/guppi/files/patch-po::Makefile.in.in | 14 |
2 files changed, 32 insertions, 0 deletions
diff --git a/math/guppi/files/patch-ltmain.sh b/math/guppi/files/patch-ltmain.sh new file mode 100644 index 000000000000..33bc7983f107 --- /dev/null +++ b/math/guppi/files/patch-ltmain.sh @@ -0,0 +1,18 @@ + +$FreeBSD$ + +--- ltmain.sh 2001/08/27 09:51:26 1.1 ++++ ltmain.sh 2001/08/27 09:51:42 +@@ -4175,10 +4175,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/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/math/guppi/files/patch-po::Makefile.in.in b/math/guppi/files/patch-po::Makefile.in.in new file mode 100644 index 000000000000..2f04784a681b --- /dev/null +++ b/math/guppi/files/patch-po::Makefile.in.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- po/Makefile.in.in 2001/10/23 11:34:52 1.1 ++++ po/Makefile.in.in 2001/10/23 11:35:09 +@@ -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 \ |