forked from Lainports/freebsd-ports
PR: ports/54913 Submitted by: Hendrik Scholz <hendrik@scholz.net> Approved by: maintainer
40 lines
980 B
Text
40 lines
980 B
Text
--- configure.orig Sat Jul 12 15:59:49 2003
|
|
+++ configure Sun Jul 27 13:26:36 2003
|
|
@@ -1509,7 +1509,7 @@
|
|
ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
|
|
|
|
|
|
-PACKAGE=sylpheed
|
|
+PACKAGE=sylpheed-claws
|
|
|
|
MAJOR_VERSION=0
|
|
MINOR_VERSION=9
|
|
@@ -2022,7 +2022,7 @@
|
|
fi
|
|
|
|
|
|
-if test -n "$gnomedatadir"; then
|
|
+if false; then
|
|
SYLPHEED_GNOME_TRUE=
|
|
SYLPHEED_GNOME_FALSE='#'
|
|
else
|
|
@@ -8506,6 +8506,7 @@
|
|
|
|
# This can be used to rebuild libtool when needed
|
|
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
|
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
|
|
|
# Always use our own libtool.
|
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
|
@@ -12501,9 +12502,9 @@
|
|
localedir='${prefix}/${DATADIRNAME}/locale'
|
|
|
|
|
|
-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
|
|
+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual'
|
|
|
|
-faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
|
|
+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq'
|
|
|
|
|
|
if test "x${datadir}" = 'x${prefix}/share'; then
|