freebsd-ports/mail/archiveopteryx/files/patch-installer_Jamfile
Ashish SHUKLA 70497625fb Archiveopteryx is an Internet mail server, optimised to support
long-term archival storage. It seeks to make it practical not only to
manage large archives, but to use the information therein on a daily
basis instead of relegating it to offline storage.

WWW:	http://www.archiveopteryx.org/

Approved by:	pgj (mentor)
2010-10-03 13:24:47 +00:00

14 lines
312 B
Text

$FreeBSD$
--- installer/Jamfile.orig
+++ installer/Jamfile
@@ -5,7 +5,7 @@
Build installer : installer.cpp ;
ObjectDefines installer.cpp :
- LIBDIR='\"$(LIBDIR)\"'
+ LIBDIR='\"$(LIBDATADIR)\"'
CONFIGDIR='\"$(CONFIGDIR)\"'
LOGFILE='\"$(LOGFILE)\"'
LOGFILEMODE='\"$(LOGFILEMODE)\"'