svn commit: r358661 - head/graphics/zphoto

MIHIRA Sanpei Yoshiro sanpei at FreeBSD.org
Sat Jun 21 03:35:25 UTC 2014


Author: sanpei
Date: Sat Jun 21 03:35:24 2014
New Revision: 358661
URL: http://svnweb.freebsd.org/changeset/ports/358661
QAT: https://qat.redports.org/buildarchive/r358661/

Log:
  support stage
  remove not installed file(bin/wxzphoto) from PLIST_FILES

Modified:
  head/graphics/zphoto/Makefile
  head/graphics/zphoto/pkg-plist

Modified: head/graphics/zphoto/Makefile
==============================================================================
--- head/graphics/zphoto/Makefile	Sat Jun 21 03:06:17 2014	(r358660)
+++ head/graphics/zphoto/Makefile	Sat Jun 21 03:35:24 2014	(r358661)
@@ -26,11 +26,9 @@ CONFIGURE_ARGS=	--disable-avifile
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 USE_EFL=	imlib2
-PLIST_FILES+=	bin/wxzphoto
 USES=		perl5 gmake
 USE_PERL5=	build
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|<ming.h>|<ming/ming.h>|g' ${WRKSRC}/*.c ${WRKSRC}/configure
 

Modified: head/graphics/zphoto/pkg-plist
==============================================================================
--- head/graphics/zphoto/pkg-plist	Sat Jun 21 03:06:17 2014	(r358660)
+++ head/graphics/zphoto/pkg-plist	Sat Jun 21 03:35:24 2014	(r358661)
@@ -1,45 +1,39 @@
 bin/zphoto
-share/zphoto/templates/default/en/.photo.html
-share/zphoto/templates/default/en/index.html
-share/zphoto/templates/default/en/noflash.html
-share/zphoto/templates/default/en/zphoto.css
-share/zphoto/templates/default/en/flash-colors.txt
-share/zphoto/templates/default/en/css-colors.txt
-share/zphoto/templates/default/en/zoom.js
-share/zphoto/templates/default/ja/.photo.html
-share/zphoto/templates/default/ja/index.html
-share/zphoto/templates/default/ja/noflash.html
-share/zphoto/templates/default/ja/zphoto.css
-share/zphoto/templates/default/ja/flash-colors.txt
-share/zphoto/templates/default/ja/css-colors.txt
-share/zphoto/templates/default/ja/zoom.js
-share/zphoto/templates/default/all/.photo.html
-share/zphoto/templates/default/all/zphoto.css
-share/zphoto/templates/default/all/index.html.en
-share/zphoto/templates/default/all/index.html.ja
-share/zphoto/templates/default/all/noflash.html.en
-share/zphoto/templates/default/all/noflash.html.ja
-share/zphoto/templates/default/all/flash-colors.txt
-share/zphoto/templates/default/all/css-colors.txt
-share/zphoto/templates/default/all/zoom.js.en
-share/zphoto/templates/default/all/zoom.js.ja
-share/zphoto/doc/zphoto-ja.html
-share/zphoto/doc/zphoto.html
-share/zphoto/doc/images/wxzphoto-linux-mini.png
-share/zphoto/doc/images/wxzphoto-linux.png
-share/zphoto/doc/images/wxzphoto-mini.png
-share/zphoto/doc/images/wxzphoto.png
-share/zphoto/fonts/EfontSerifB.fdb
 share/locale/ja/LC_MESSAGES/zphoto.mo
 share/locale/ja_JP.SJIS/LC_MESSAGES/zphoto.mo
+%%DATADIR%%/doc/images/wxzphoto-linux-mini.png
+%%DATADIR%%/doc/images/wxzphoto-linux.png
+%%DATADIR%%/doc/images/wxzphoto-mini.png
+%%DATADIR%%/doc/images/wxzphoto.png
+%%DATADIR%%/doc/zphoto-ja.html
+%%DATADIR%%/doc/zphoto.html
+%%DATADIR%%/fonts/EfontSerifB.fdb
+%%DATADIR%%/templates/default/all/.photo.html
+%%DATADIR%%/templates/default/all/css-colors.txt
+%%DATADIR%%/templates/default/all/flash-colors.txt
+%%DATADIR%%/templates/default/all/zphoto.css
+%%DATADIR%%/templates/default/en/.photo.html
+%%DATADIR%%/templates/default/en/css-colors.txt
+%%DATADIR%%/templates/default/en/flash-colors.txt
+%%DATADIR%%/templates/default/en/index.html
+%%DATADIR%%/templates/default/en/noflash.html
+%%DATADIR%%/templates/default/en/zoom.js
+%%DATADIR%%/templates/default/en/zphoto.css
+%%DATADIR%%/templates/default/ja/.photo.html
+%%DATADIR%%/templates/default/ja/css-colors.txt
+%%DATADIR%%/templates/default/ja/flash-colors.txt
+%%DATADIR%%/templates/default/ja/index.html
+%%DATADIR%%/templates/default/ja/noflash.html
+%%DATADIR%%/templates/default/ja/zoom.js
+%%DATADIR%%/templates/default/ja/zphoto.css
 @dirrmtry share/locale/ja_JP.SJIS/LC_MESSAGES
 @dirrmtry share/locale/ja_JP.SJIS
- at dirrm share/zphoto/templates/default/en
- at dirrm share/zphoto/templates/default/ja
- at dirrm share/zphoto/templates/default/all
- at dirrm share/zphoto/templates/default
- at dirrm share/zphoto/templates
- at dirrm share/zphoto/fonts
- at dirrm share/zphoto/doc/images
- at dirrm share/zphoto/doc
- at dirrm share/zphoto
+ at dirrmtry %%DATADIR%%/doc/images
+ at dirrmtry %%DATADIR%%/doc
+ at dirrmtry %%DATADIR%%/fonts
+ at dirrmtry %%DATADIR%%/templates/default/all
+ at dirrmtry %%DATADIR%%/templates/default/en
+ at dirrmtry %%DATADIR%%/templates/default/ja
+ at dirrmtry %%DATADIR%%/templates/default
+ at dirrmtry %%DATADIR%%/templates
+ at dirrmtry %%DATADIR%%


More information about the svn-ports-head mailing list