diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-20 12:18:52 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-20 12:18:52 +0000 |
commit | 9984aa281535f6c66c4a76057b56228ff1e241e9 (patch) | |
tree | 88f3c7720f9cad54e0ed229a3cd1a3fda0d866a7 /mail/libvmime/files/patch-Makefile.in | |
parent | Update to 0.9g (diff) |
New port
"libvmime is a MIME manipulation library."
PR: ports/86300
Submitted by: Xin LI <delphij@freebsd.org>
Approved by: pav (mentor)
Notes
Notes:
svn path=/head/; revision=143205
Diffstat (limited to 'mail/libvmime/files/patch-Makefile.in')
-rw-r--r-- | mail/libvmime/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/libvmime/files/patch-Makefile.in b/mail/libvmime/files/patch-Makefile.in new file mode 100644 index 000000000000..d93f868c096b --- /dev/null +++ b/mail/libvmime/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun Sep 18 22:07:16 2005 ++++ Makefile.in Sun Sep 18 22:08:38 2005 +@@ -206,7 +206,7 @@ + + #AUTOMAKE_OPTIONS = dist-bzip2 + AUTOMAKE_OPTIONS = no-dist +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = $(GENERIC_VERSIONED_LIBRARY_NAME).pc + EXTRA_DIST = SConstruct bootstrap + doc_DATA = AUTHORS ChangeLog COPYING INSTALL NEWS README |