Date: Sat, 21 Jun 2014 11:03:01 +0000 (UTC) From: MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358688 - in head/graphics/zphoto: . files Message-ID: <201406211103.s5LB31HJ019423@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sanpei Date: Sat Jun 21 11:03:01 2014 New Revision: 358688 URL: http://svnweb.freebsd.org/changeset/ports/358688 QAT: https://qat.redports.org/buildarchive/r358688/ Log: fix previous commit. Added: head/graphics/zphoto/files/patch-Makefile.in (contents, props changed) Modified: head/graphics/zphoto/pkg-plist Added: head/graphics/zphoto/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zphoto/files/patch-Makefile.in Sat Jun 21 11:03:01 2014 (r358688) @@ -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 Modified: head/graphics/zphoto/pkg-plist ============================================================================== --- head/graphics/zphoto/pkg-plist Sat Jun 21 09:57:34 2014 (r358687) +++ head/graphics/zphoto/pkg-plist Sat Jun 21 11:03:01 2014 (r358688) @@ -11,6 +11,12 @@ share/locale/ja_JP.SJIS/LC_MESSAGES/zpho %%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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406211103.s5LB31HJ019423>