Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 May 2015 10:26:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387016 - head/www/phpwebapp
Message-ID:  <201505221026.t4MAQYt6035429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri May 22 10:26:33 2015
New Revision: 387016
URL: https://svnweb.freebsd.org/changeset/ports/387016

Log:
  - Fix shebangs
  - Drop @dirrm* from plist
  
  Approved by:	portmgr blanket
  MFH:		2015Q2

Modified:
  head/www/phpwebapp/Makefile

Modified: head/www/phpwebapp/Makefile
==============================================================================
--- head/www/phpwebapp/Makefile	Fri May 22 10:25:59 2015	(r387015)
+++ head/www/phpwebapp/Makefile	Fri May 22 10:26:33 2015	(r387016)
@@ -3,12 +3,17 @@
 
 PORTNAME=	phpwebapp
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Web application framework
 
+USES=		shebangfix
+SHEBANG_FILES=	web_app/boxes/menu/edit/xsl/test/*.sh \
+		web_app/convert/convert.php \
+		web_app/l10n/app/*.sh
 USE_PHP=	yes
 WANT_PHP_WEB=	yes
 NO_BUILD=	yes
@@ -19,8 +24,5 @@ do-install:
 	${CP} -R ${WRKSRC}/web_app/ ${STAGEDIR}${PHPWEBAPP}
 	@${FIND} ${STAGEDIR}${PHPWEBAPP} ! -type d | \
 		${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
-	@${FIND} ${STAGEDIR}${PHPWEBAPP} -type d | ${SORT} -r | \
-		${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
-	@${ECHO_CMD} "@unexec rmdir %D/www/data 2>/dev/null || true" >> ${TMPPLIST}
 
 .include <bsd.port.mk>



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