Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 02:39:24 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340009 - head/graphics/tinyows/files
Message-ID:  <201401170239.s0H2dOYC030389@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401170239.s0H2dOYC030389>