freebsd-ports/mail/sylpheed-claws/files/patch-configure
David W. Chapman Jr. eb8fb3b5bc Update to 0.8.2
PR:		42291
Submitted by:	maintainer
2002-09-01 15:02:41 +00:00

32 lines
760 B
Text

--- configure.orig Wed Aug 28 12:46:18 2002
+++ configure Sun Sep 1 03:01:59 2002
@@ -1169,7 +1169,7 @@
PATH_SEPARATOR="$ac_path_separator"
rm -f conftest.sh
-PACKAGE=sylpheed
+PACKAGE=sylpheed-claws
MAJOR_VERSION=0
MINOR_VERSION=8
@@ -1650,7 +1650,7 @@
fi
-if test -d "$gnomedir"; then
+if false; then
SYLPHEED_GNOME_TRUE=
SYLPHEED_GNOME_FALSE='#'
else
@@ -9822,9 +9822,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
if test "x${prefix}" = "xNONE"; then