openbsd-ports/mail/evolution/patches/patch-default_user_Makefile_am
nino 6a9273964d Import Evolution 1.0.5. From pkg/DESCR:
Ximian Evolution(TM) is the premier personal and workgroup information
management solution for UNIX.  The software seamlessly integrates
email, calendaring, meeting scheduling, contact management and
online task lists into one powerful, fast, and easy to use application.
Ximian Evolution also delivers a comprehensive set of features that
help you keep your work organized and your projects on track.
Automatic email indexing keeps your information at your fingertips.
The unique Ximian vFolders(TM) are virtual folders you use to create
and save powerful contextual views of your email messages.
[...]

Submitted by Marc Matteo <marcm@lectroid.net>.
2002-05-31 11:49:40 +00:00

16 lines
535 B
Plaintext

$OpenBSD: patch-default_user_Makefile_am,v 1.1.1.1 2002/05/31 11:49:40 nino Exp $
--- default_user/Makefile.am.orig Sun May 26 19:32:26 2002
+++ default_user/Makefile.am Sun May 26 19:34:00 2002
@@ -6,8 +6,8 @@ default_DATA = addressbook-sources.xml s
EXTRA_DIST = $(default_DATA)
install-data-hook:
- -mkdir $(defaultdir)/private
+ -mkdir $(DESTDIR)$(defaultdir)/private
if ENABLE_NNTP
- -mkdir $(defaultdir)/news
- -mkdir $(defaultdir)/config
+ -mkdir $(DESTDIR)$(defaultdir)/news
+ -mkdir $(DESTDIR)$(defaultdir)/config
endif