Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2014 16:56:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373169 - head/www/yanopaste
Message-ID:  <201411231656.sANGuIpg065303@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov 23 16:56:18 2014
New Revision: 373169
URL: https://svnweb.freebsd.org/changeset/ports/373169
QAT: https://qat.redports.org/buildarchive/r373169/

Log:
  Cleanup plist

Modified:
  head/www/yanopaste/Makefile
  head/www/yanopaste/pkg-plist

Modified: head/www/yanopaste/Makefile
==============================================================================
--- head/www/yanopaste/Makefile	Sun Nov 23 16:55:31 2014	(r373168)
+++ head/www/yanopaste/Makefile	Sun Nov 23 16:56:18 2014	(r373169)
@@ -26,7 +26,7 @@ create-plist:
 		| ${SED} -e 's,^${WRKSRC},%%WWWDIR%%,' > ${PLIST}
 	@${ECHO_CMD} '@exec touch %D/%%WWWDIR%%/config.php;chown ${WWWOWN} %D/%%WWWDIR%%/config.php' >> ${PLIST}
 	@${ECHO_CMD} '@unexec if [ ! -s %D/%%WWWDIR%%/config.php ];then rm -f %D/%%WWWDIR%%/config.php;fi' >> ${PLIST}
-	@${FIND} -ds ${WRKSRC}/${file} -type d \
-	| ${SED} -e 's,^${WRKSRC},@dirrm %%WWWDIR%%,' >> ${PLIST}
+	@${FIND} -ds ${WRKSRC}/${file} -type d -empty \
+	| ${SED} -e 's,^${WRKSRC},@dir %%WWWDIR%%,' >> ${PLIST}
 
 .include <bsd.port.mk>

Modified: head/www/yanopaste/pkg-plist
==============================================================================
--- head/www/yanopaste/pkg-plist	Sun Nov 23 16:55:31 2014	(r373168)
+++ head/www/yanopaste/pkg-plist	Sun Nov 23 16:56:18 2014	(r373169)
@@ -6,8 +6,6 @@
 %%WWWDIR%%/config.php.sample
 %%WWWDIR%%/functions.php
 %%WWWDIR%%/header.jpg
-%%WWWDIR%%/includes/geshi.VERSION
-%%WWWDIR%%/includes/geshi.php
 %%WWWDIR%%/includes/geshi/abap.php
 %%WWWDIR%%/includes/geshi/actionscript.php
 %%WWWDIR%%/includes/geshi/actionscript3.php
@@ -146,11 +144,10 @@
 %%WWWDIR%%/includes/geshi/xorg_conf.php
 %%WWWDIR%%/includes/geshi/xpp.php
 %%WWWDIR%%/includes/geshi/z80.php
+%%WWWDIR%%/includes/geshi.VERSION
+%%WWWDIR%%/includes/geshi.php
 %%WWWDIR%%/index.php
 %%WWWDIR%%/screen.css
+%%WWWDIR%%/upgrade.php
 @exec touch %D/%%WWWDIR%%/config.php;chown www %D/%%WWWDIR%%/config.php
 @unexec if [ ! -s %D/%%WWWDIR%%/config.php ];then rm -f %D/%%WWWDIR%%/config.php;fi
-%%WWWDIR%%/upgrade.php
-@dirrm %%WWWDIR%%/includes/geshi
-@dirrm %%WWWDIR%%/includes
-@dirrm %%WWWDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411231656.sANGuIpg065303>