mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
0eda687072
PR: ports/93928 Submitted by: Rainer Alves <rainer.alves@gmail.com> Approved by: <gabor.kovesdan@t-hosting.hu> (maintainer)
16 lines
576 B
Plaintext
16 lines
576 B
Plaintext
--- configure.orig Tue Feb 28 01:55:46 2006
|
|
+++ configure Tue Feb 28 01:56:06 2006
|
|
@@ -11266,12 +11266,10 @@
|
|
done ;;
|
|
gettext-fix )
|
|
sed -e '/^mkinstalldirs *=/a\' \
|
|
- -e "install_sh=$install_sh" \
|
|
-e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
|
|
intl/Makefile > intl/Makefile.tmp
|
|
mv intl/Makefile.tmp intl/Makefile
|
|
sed -e '/^mkinstalldirs *=/a\' \
|
|
- -e "install_sh=$install_sh" \
|
|
-e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \
|
|
po/Makefile > po/Makefile.tmp
|
|
mv po/Makefile.tmp po/Makefile ;;
|