freebsd-ports/mail/archiveopteryx/files/patch-schema_Jamfile
Mathieu Arnold 6172d4b590 Remove $FreeBSD$ from patches files everywhere.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 20:34:27 +00:00

11 lines
268 B
Text

--- 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 ;