aboutsummaryrefslogtreecommitdiff
path: root/graphics/tinyows/files
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-17 02:39:23 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-17 02:39:23 +0000
commit57bbcc44c1edcf31eb7386ebec4436ca087bd043 (patch)
treec07b23245d02172649d3ec4eefb69df9b681c389 /graphics/tinyows/files
parent1ff1befc8cbc82fa83b0643fc1eb6f7fc12d0d22 (diff)
downloadports-57bbcc44c1edcf31eb7386ebec4436ca087bd043.tar.gz
ports-57bbcc44c1edcf31eb7386ebec4436ca087bd043.zip
Add patch forgotten in r340008
Reminded by: nox
Notes
Notes: svn path=/head/; revision=340009
Diffstat (limited to 'graphics/tinyows/files')
-rw-r--r--graphics/tinyows/files/patch-Makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/tinyows/files/patch-Makefile.in b/graphics/tinyows/files/patch-Makefile.in
new file mode 100644
index 000000000000..5e88e82c8fda
--- /dev/null
+++ b/graphics/tinyows/files/patch-Makefile.in
@@ -0,0 +1,17 @@
+--- Makefile.in.orig 2012-11-13 16:07:34.000000000 +0100
++++ Makefile.in 2014-01-17 03:16:24.000000000 +0100
+@@ -43,10 +43,10 @@
+
+ install:
+ @echo "-----"
+- @echo "TinyOWS Schema install dir in $(PREFIX)/share/tinyows/schema"
+- mkdir -p $(PREFIX)/share/tinyows
+- rm -rf $(PREFIX)/share/tinyows/schema
+- cp -rf schema $(PREFIX)/share/tinyows/
++ @echo "TinyOWS Schema install dir in $(DESTDIR)$(PREFIX)/share/tinyows/schema"
++ mkdir -p $(DESTDIR)$(PREFIX)/share/tinyows
++ rm -rf $(DESTDIR)$(PREFIX)/share/tinyows/schema
++ cp -rf schema $(DESTDIR)$(PREFIX)/share/tinyows/
+ @echo "-----"
+ @echo "Now:"
+ @echo " 1) copy 'tinyows' binary to cgi-bin directory"