mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
70497625fb
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)
15 lines
280 B
Plaintext
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 ;
|