svn commit: r340009 - head/graphics/tinyows/files

Rene Ladan rene at FreeBSD.org
Fri Jan 17 02:39:24 UTC 2014


Author: rene
Date: Fri Jan 17 02:39:23 2014
New Revision: 340009
URL: http://svnweb.freebsd.org/changeset/ports/340009
QAT: https://qat.redports.org/buildarchive/r340009/

Log:
  Add patch forgotten in r340008
  
  Reminded by:	nox

Added:
  head/graphics/tinyows/files/
  head/graphics/tinyows/files/patch-Makefile.in   (contents, props changed)

Added: head/graphics/tinyows/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/tinyows/files/patch-Makefile.in	Fri Jan 17 02:39:23 2014	(r340009)
@@ -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"


More information about the svn-ports-all mailing list