diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-11-26 05:02:35 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-11-26 05:02:35 +0000 |
commit | 8032a3f5b00362fb6fab0c4c286a2df515c60a2d (patch) | |
tree | d2fc0c995f1ce30416fba11ca42971bd026decd3 /mail/claws-mail/files | |
parent | 0b34dc3c10bd6e48ed8a047f04343bd93eb0452c (diff) | |
download | ports-8032a3f5b00362fb6fab0c4c286a2df515c60a2d.tar.gz ports-8032a3f5b00362fb6fab0c4c286a2df515c60a2d.zip |
Notes
Diffstat (limited to 'mail/claws-mail/files')
-rw-r--r-- | mail/claws-mail/files/patch-configure | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure index 4f983f6d8496..cbf24e6d422f 100644 --- a/mail/claws-mail/files/patch-configure +++ b/mail/claws-mail/files/patch-configure @@ -1,32 +1,32 @@ ---- 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 +--- configure.orig Mon Nov 25 14:32:13 2002 ++++ configure Mon Nov 25 16:11:32 2002 +@@ -1464,7 +1464,7 @@ + ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure. + -PACKAGE=sylpheed +PACKAGE=sylpheed-claws MAJOR_VERSION=0 MINOR_VERSION=8 -@@ -1650,7 +1650,7 @@ - +@@ -1861,7 +1861,7 @@ fi + -if test -d "$gnomedir"; then +if false; then SYLPHEED_GNOME_TRUE= SYLPHEED_GNOME_FALSE='#' else -@@ -9822,9 +9822,9 @@ - +@@ -11389,9 +11389,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 |