mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
fix previous commit.
This commit is contained in:
parent
170e3498fe
commit
1b62b9b733
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358688
15
graphics/zphoto/files/patch-Makefile.in
Normal file
15
graphics/zphoto/files/patch-Makefile.in
Normal file
@ -0,0 +1,15 @@
|
||||
--- templates/default/all/Makefile.in.org 2014-06-21 19:51:31.487457236 +0900
|
||||
+++ templates/default/all/Makefile.in 2014-06-21 19:51:46.935435015 +0900
|
||||
@@ -369,9 +369,9 @@
|
||||
| sh
|
||||
|
||||
install-data-local:
|
||||
- mkdir -p $(templatesdir)
|
||||
- cp -p *.html.* $(templatesdir)
|
||||
- cp -p *.js.* $(templatesdir)
|
||||
+ mkdir -p $(DESTDIR)$(templatesdir)
|
||||
+ cp -p *.html.* $(DESTDIR)$(templatesdir)
|
||||
+ cp -p *.js.* $(DESTDIR)$(templatesdir)
|
||||
|
||||
clean:
|
||||
rm -f zphoto.css .photo.html *.html.* *.js.* *.txt
|
@ -11,6 +11,12 @@ share/locale/ja_JP.SJIS/LC_MESSAGES/zphoto.mo
|
||||
%%DATADIR%%/templates/default/all/.photo.html
|
||||
%%DATADIR%%/templates/default/all/css-colors.txt
|
||||
%%DATADIR%%/templates/default/all/flash-colors.txt
|
||||
%%DATADIR%%/templates/default/all/index.html.en
|
||||
%%DATADIR%%/templates/default/all/index.html.ja
|
||||
%%DATADIR%%/templates/default/all/noflash.html.en
|
||||
%%DATADIR%%/templates/default/all/noflash.html.ja
|
||||
%%DATADIR%%/templates/default/all/zoom.js.en
|
||||
%%DATADIR%%/templates/default/all/zoom.js.ja
|
||||
%%DATADIR%%/templates/default/all/zphoto.css
|
||||
%%DATADIR%%/templates/default/en/.photo.html
|
||||
%%DATADIR%%/templates/default/en/css-colors.txt
|
||||
|
Loading…
Reference in New Issue
Block a user