svn commit: r373169 - head/www/yanopaste

Antoine Brodin antoine at FreeBSD.org
Sun Nov 23 16:56:19 UTC 2014


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}, at dirrm %%WWWDIR%%,' >> ${PLIST}
+	@${FIND} -ds ${WRKSRC}/${file} -type d -empty \
+	| ${SED} -e 's,^${WRKSRC}, at 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
- at dirrm %%WWWDIR%%/includes/geshi
- at dirrm %%WWWDIR%%/includes
- at dirrm %%WWWDIR%%


More information about the svn-ports-all mailing list