From b5afbb67e29365a8f3a9a66f2c99e55558d0c7d5 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Sat, 4 Aug 2012 08:13:01 +0000 Subject: - Update to 0.25.2 - Add fixes for PHP 5.4 --- www/mythplugin-mythweb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/mythplugin-mythweb/Makefile') diff --git a/www/mythplugin-mythweb/Makefile b/www/mythplugin-mythweb/Makefile index ea799a173e69..be0656140bcd 100644 --- a/www/mythplugin-mythweb/Makefile +++ b/www/mythplugin-mythweb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mythweb -PORTVERSION= 0.25 +PORTVERSION= 0.25.2 CATEGORIES= www MASTER_SITES= http://ftp.osuosl.org/pub/mythtv/ \ http://ftp.osuosl.org/pub/mythtv/old_releases/ \ @@ -48,7 +48,7 @@ post-patch: do-install: ${MKDIR} ${WWWDIR} ${MKDIR} ${WWWDIR}/data - (cd ${WRKSRC}/mythweb/ && ${COPYTREE_SHARE} "*" ${WWWDIR}) + (cd ${WRKSRC}/mythweb/ && ${COPYTREE_SHARE} "*" ${WWWDIR} "! -name *.orig") ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} ${CHMOD} -R 775 ${WWWDIR}/data -- cgit v1.2.3