openbsd-ports/mail/evolution/patches/patch-default_user_Makefile_in
marcm a967e7992b Update to 1.2.1.
The 1.2 series includes a host of new features including IPv6 support and
SSL support via OpenSSL instead of mucking about with Mozilla libraries.

For a complete list of the new features, the 1.2 series release notes are
here:
http://developer.ximian.com/projects/evolution/release_notes/1.2.html

while the 1.2.1 release notes are here:
http://developer.ximian.com/projects/evolution/release_notes/1.2.1.html

ok todd@
2003-01-03 21:53:07 +00:00

17 lines
694 B
Plaintext

$OpenBSD: patch-default_user_Makefile_in,v 1.3 2003/01/03 21:53:07 marcm Exp $
--- default_user/Makefile.in.orig Wed Oct 9 12:38:22 2002
+++ default_user/Makefile.in Wed Oct 16 09:07:16 2002
@@ -455,9 +455,9 @@ maintainer-clean-generic clean mostlycle
install-data-hook:
- -mkdir $(defaultdir)/private
-@ENABLE_NNTP_TRUE@ -mkdir $(defaultdir)/news
-@ENABLE_NNTP_TRUE@ -mkdir $(defaultdir)/config
+ -mkdir $(DESTDIR)$(defaultdir)/private
+@ENABLE_NNTP_TRUE@ -mkdir $(DESTDIR)$(defaultdir)/news
+@ENABLE_NNTP_TRUE@ -mkdir $(DESTDIR)$(defaultdir)/config
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.