1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/mail/archiveopteryx/files/patch-schema_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

15 lines
280 B
Plaintext

$FreeBSD$
--- schema/Jamfile.orig
+++ schema/Jamfile
@@ -9,7 +9,7 @@
SEARCH on $(<) = $(SEARCH_SOURCE) ;
EngraveConfig $(e) : $(<) ;
- InstallFile $(INSTALLROOT)$(LIBDIR) : $(e) ;
+ InstallFile $(INSTALLROOT)$(LIBDATADIR) : $(e) ;
}
SchemaFile schema.pg ;