From owner-svn-ports-all@FreeBSD.ORG Sat Jun 21 11:03:02 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64DD29B0; Sat, 21 Jun 2014 11:03:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 372E528B1; Sat, 21 Jun 2014 11:03:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5LB31PQ019425; Sat, 21 Jun 2014 11:03:01 GMT (envelope-from sanpei@svn.freebsd.org) Received: (from sanpei@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5LB31HJ019423; Sat, 21 Jun 2014 11:03:01 GMT (envelope-from sanpei@svn.freebsd.org) Message-Id: <201406211103.s5LB31HJ019423@svn.freebsd.org> From: MIHIRA Sanpei Yoshiro Date: Sat, 21 Jun 2014 11:03:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358688 - in head/graphics/zphoto: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2014 11:03:02 -0000 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