mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add patch forgotten in r340008
Reminded by: nox
This commit is contained in:
parent
1ff1befc8c
commit
57bbcc44c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340009
17
graphics/tinyows/files/patch-Makefile.in
Normal file
17
graphics/tinyows/files/patch-Makefile.in
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user