summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-04-29 08:49:21 +0000
committerThilo Bangert <bangert@gentoo.org>2002-04-29 08:49:21 +0000
commitb42454aa243312b741c3e1f2bc244c9228229edb (patch)
treeaf67ae8d682e56e65d58170c26ddf3712e243456 /net-mail/vmailmgr/files
parentimagemagick now no longer (indirectly) depends on X (diff)
downloadgentoo-2-b42454aa243312b741c3e1f2bc244c9228229edb.tar.gz
gentoo-2-b42454aa243312b741c3e1f2bc244c9228229edb.tar.bz2
gentoo-2-b42454aa243312b741c3e1f2bc244c9228229edb.zip
fix install locations
Diffstat (limited to 'net-mail/vmailmgr/files')
-rw-r--r--net-mail/vmailmgr/files/vmailmgr-0.96.9-gentoo.diff35
1 files changed, 35 insertions, 0 deletions
diff --git a/net-mail/vmailmgr/files/vmailmgr-0.96.9-gentoo.diff b/net-mail/vmailmgr/files/vmailmgr-0.96.9-gentoo.diff
new file mode 100644
index 000000000000..044bf0b8b5bb
--- /dev/null
+++ b/net-mail/vmailmgr/files/vmailmgr-0.96.9-gentoo.diff
@@ -0,0 +1,35 @@
+diff -ur vmailmgr-0.96.9.orig/authenticate/Makefile.am vmailmgr-0.96.9/authenticate/Makefile.am
+--- vmailmgr-0.96.9.orig/authenticate/Makefile.am Sat Sep 23 22:23:32 2000
++++ vmailmgr-0.96.9/authenticate/Makefile.am Sun Apr 28 20:42:01 2002
+@@ -1,6 +1,6 @@
+ bin_PROGRAMS = checkvpw vauthenticate
+ authlib_PROGRAMS = authvmailmgr
+-authlibdir = ${prefix}/lib/courier-imap/libexec/authlib/
++authlibdir = ${prefix}/lib/courier-imap/authlib/
+
+ noinst_PODS = checkvpw.pod vauthenticate.pod
+ noinst_HTMLS = $(noinst_PODS:.pod=.html)
+diff -ur vmailmgr-0.96.9.orig/authenticate/Makefile.in vmailmgr-0.96.9/authenticate/Makefile.in
+--- vmailmgr-0.96.9.orig/authenticate/Makefile.in Sun Oct 1 06:33:29 2000
++++ vmailmgr-0.96.9/authenticate/Makefile.in Sun Apr 28 20:42:17 2002
+@@ -83,7 +83,7 @@
+
+ bin_PROGRAMS = checkvpw vauthenticate
+ authlib_PROGRAMS = authvmailmgr
+-authlibdir = ${prefix}/lib/courier-imap/libexec/authlib/
++authlibdir = ${prefix}/lib/courier-imap/authlib/
+
+ noinst_PODS = checkvpw.pod vauthenticate.pod
+ noinst_HTMLS = $(noinst_PODS:.pod=.html)
+diff -ur vmailmgr-0.96.9.orig/configure vmailmgr-0.96.9/configure
+--- vmailmgr-0.96.9.orig/configure Sun Oct 1 06:24:23 2000
++++ vmailmgr-0.96.9/configure Sun Apr 28 20:40:59 2002
+@@ -2682,7 +2682,7 @@
+ done
+
+
+-cgidir='${prefix}/cgi-bin'
++cgidir='/home/httpd/cgi-bin'
+
+
+ trap '' 1 2 15