diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 23:28:20 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 23:28:20 +0000 |
commit | 2cb09e7fd006294a2cbba9dc092471d33d51f066 (patch) | |
tree | 84721c49e5f5eb1e85f13ae8848f968b603e20f6 /mail/gmime/files | |
parent | Add bftpd 1.0.18, a very configurable FTP server that can do chroot (diff) |
Fix mistakes:
- Fixed installation prefix, it is GNOME dependent, should not be
in LOCALBASE but X11BASE.
- Changed location of installed gmimeConf.sh for gnome-config script
PR: 26414
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=41051
Diffstat (limited to 'mail/gmime/files')
-rw-r--r-- | mail/gmime/files/patch-Makefile.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/mail/gmime/files/patch-Makefile.in b/mail/gmime/files/patch-Makefile.in index e10783c9591d..de6f70bc3fe9 100644 --- a/mail/gmime/files/patch-Makefile.in +++ b/mail/gmime/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sat Apr 7 23:28:52 2001 -+++ Makefile.in Sat Apr 7 23:28:23 2001 +--- Makefile.in.orig Wed Mar 28 21:57:59 2001 ++++ Makefile.in Sun Apr 8 01:01:19 2001 @@ -92,7 +92,7 @@ glib_cflags = @glib_cflags@ glib_libs = @glib_libs@ @@ -9,3 +9,12 @@ INCLUDES = -I@srcdir@ $(VERSION_FLAGS) @GLIB_CFLAGS@ -DG_LOG_DOMAIN=\"gmime\" +@@ -126,7 +126,7 @@ + test_parser_DEPENDENCIES = $(DEPS) + test_parser_LDADD = $(LDADDS) + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = gmimeConf.sh + + CLEANFILES = gmimeConf.sh |