aboutsummaryrefslogtreecommitdiff
path: root/www/mythplugin-mythweb/Makefile
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2012-08-04 08:13:01 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2012-08-04 08:13:01 +0000
commitb5afbb67e29365a8f3a9a66f2c99e55558d0c7d5 (patch)
tree80bca21befdf061321f271888bfe7c83594fd6f4 /www/mythplugin-mythweb/Makefile
parent950da2ba42e6656b6d66f8dcdfb49713fffbbe7b (diff)
downloadports-b5afbb67e29365a8f3a9a66f2c99e55558d0c7d5.tar.gz
ports-b5afbb67e29365a8f3a9a66f2c99e55558d0c7d5.zip
Notes
Diffstat (limited to 'www/mythplugin-mythweb/Makefile')
-rw-r--r--www/mythplugin-mythweb/Makefile4
1 files changed, 2 insertions, 2 deletions
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