summaryrefslogtreecommitdiff
path: root/mail/archiveopteryx-devel/files/patch-schema_Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/archiveopteryx-devel/files/patch-schema_Jamfile')
-rw-r--r--mail/archiveopteryx-devel/files/patch-schema_Jamfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/archiveopteryx-devel/files/patch-schema_Jamfile b/mail/archiveopteryx-devel/files/patch-schema_Jamfile
new file mode 100644
index 000000000000..b5fb640c2a56
--- /dev/null
+++ b/mail/archiveopteryx-devel/files/patch-schema_Jamfile
@@ -0,0 +1,14 @@
+
+$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 ;