diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-05-13 16:44:04 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-05-13 16:44:04 +0000 |
commit | b3f422c8e3b8896eac9b105e1abf0d07176f74ff (patch) | |
tree | 93ee719285ffade02ecc67595843cbcee7462a30 /mail/gmime2/files/patch-Makefile.in | |
parent | New port: bookcase (diff) |
New port: gmime2
Library (written in C) for parsing and creating messages using MIME.
PR: 52084
Submitted by: Kirill Ponomarew
Notes
Notes:
svn path=/head/; revision=80913
Diffstat (limited to 'mail/gmime2/files/patch-Makefile.in')
-rw-r--r-- | mail/gmime2/files/patch-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/mail/gmime2/files/patch-Makefile.in b/mail/gmime2/files/patch-Makefile.in new file mode 100644 index 000000000000..67aab1a9d7e7 --- /dev/null +++ b/mail/gmime2/files/patch-Makefile.in @@ -0,0 +1,18 @@ +--- Makefile.in.orig Mon May 12 01:17:11 2003 ++++ Makefile.in Mon May 12 01:17:53 2003 +@@ -102,13 +102,13 @@ + glib_cflags = @glib_cflags@ + glib_libs = @glib_libs@ + +-SUBDIRS = gmime src tests docs . ++SUBDIRS = gmime tests . + + bin_SCRIPTS = gmime-config + + CLEANFILES = gmimeConf.sh iconv-detect.h + +-confexecdir = $(libdir) ++confexecdir = $(sysconfdir) + confexec_DATA = gmimeConf.sh + + EXTRA_DIST = PORTING gmimeConf.sh.in gmime-2.0.pc.in gmime.spec.in iconv-detect.c zentimer.h zenprofiler.h |