- Add LICENSE (GPLv2) PR: ports/160529 Submitted by: Corey Smith <corsmith@gmail.com> (maintainer)
11 lines
464 B
Text
11 lines
464 B
Text
--- xmlconfig/Makefile.in.orig 2011-09-06 17:49:25.660248500 -0400
|
|
+++ xmlconfig/Makefile.in 2011-09-06 17:51:25.410749729 -0400
|
|
@@ -600,6 +600,8 @@
|
|
$(INSTALL_DATA) site-global.xml \
|
|
$(DESTDIR)$(sitexmldir)/site-global.xml; \
|
|
fi
|
|
+ $(INSTALL_DATA) site-global.xml \
|
|
+ $(DESTDIR)$(sitexmldir)/site-global.xml.sample;
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|