diff options
author | kei <kei> | 2001-10-15 05:35:47 +0000 |
---|---|---|
committer | kei <kei> | 2001-10-15 05:35:47 +0000 |
commit | 73d4e17338a3168798616286bccb4cf0e61a847b (patch) | |
tree | d87dc70e06319cbb1ea8b54377fc477fbf9b4e07 /mail/sylpheed | |
parent | 09af3df48fbf49ebc2e3582f13e26ae63920999a (diff) | |
download | pkgsrc-73d4e17338a3168798616286bccb4cf0e61a847b.tar.gz |
added a new patch forgot in previous commit.
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/sylpheed/patches/patch-ab b/mail/sylpheed/patches/patch-ab new file mode 100644 index 00000000000..96537895575 --- /dev/null +++ b/mail/sylpheed/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2001/10/15 05:35:47 kei Exp $ + +--- configure.orig Wed Oct 10 10:23:39 2001 ++++ configure Wed Oct 10 10:24:36 2001 +@@ -3752,7 +3752,7 @@ + localedir='${prefix}/${DATADIRNAME}/locale' + + +-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual' ++manualdir='${prefix}/${DATADIRNAME}/doc/html/${PACKAGE}' + + + # Check whether --with-glib-prefix or --without-glib-prefix was given. |