summaryrefslogtreecommitdiff
path: root/devel/gettext/files/patch-gettext-tools_configure
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-25 05:37:53 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-25 05:37:53 +0000
commita8ed54fcae54603575c22ca70ee23d80c12d819f (patch)
tree06faa3c6cf8b551b726c4f62f3c010ab37c944c2 /devel/gettext/files/patch-gettext-tools_configure
parentClean up the plist. (diff)
Update to 0.12.1. This brings a shared lib bump of libintl.so. It is
recommended people use: portupgrade -rf gettext -m BATCH=yes To update this port. Tested by: Thierry Thomas <thierry@pompo.net> myself
Diffstat (limited to 'devel/gettext/files/patch-gettext-tools_configure')
-rw-r--r--devel/gettext/files/patch-gettext-tools_configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gettext/files/patch-gettext-tools_configure b/devel/gettext/files/patch-gettext-tools_configure
new file mode 100644
index 000000000000..48c0edf92bac
--- /dev/null
+++ b/devel/gettext/files/patch-gettext-tools_configure
@@ -0,0 +1,11 @@
+--- gettext-tools/configure.orig Wed Jun 11 17:11:46 2003
++++ gettext-tools/configure Wed Jun 11 17:12:02 2003
+@@ -1887,7 +1887,7 @@
+ ac_config_headers="$ac_config_headers config.h"
+
+
+-test "$mandir" != '${prefix}/man' || mandir='${datadir}/man'
++test "$mandir" != '${prefix}/man' || mandir='${prefix}/man'
+
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'