aboutsummaryrefslogtreecommitdiff
path: root/databases/mywwwatcher
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-10-10 21:36:09 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-10-10 21:36:09 +0000
commit55a8195ed1376611e09d94867d31211e0193ff21 (patch)
treed1340301777f6d8dac76edec1818c0f763647c84 /databases/mywwwatcher
parent27ce8d7b88aaead6e3b71c515ea0fe0da82ed3da (diff)
downloadports-55a8195ed1376611e09d94867d31211e0193ff21.tar.gz
ports-55a8195ed1376611e09d94867d31211e0193ff21.zip
Notes
Diffstat (limited to 'databases/mywwwatcher')
-rw-r--r--databases/mywwwatcher/Makefile3
-rw-r--r--databases/mywwwatcher/pkg-plist14
2 files changed, 10 insertions, 7 deletions
diff --git a/databases/mywwwatcher/Makefile b/databases/mywwwatcher/Makefile
index 65feeb325e86..6376d7c8f245 100644
--- a/databases/mywwwatcher/Makefile
+++ b/databases/mywwwatcher/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mywwwatcher
PORTVERSION= 3.2
+PORTREVISION= 1
CATEGORIES= databases www
MASTER_SITES= http://www.the.cz/mywwwatcher/files/
DISTNAME= mywwwatcher-${PORTVERSION}
@@ -15,6 +16,7 @@ WRKSRC= ${WRKDIR}/mywwwatcher
WANT_PHP_WEB= yes
DEFAULT_PHP_VER= 5
USE_PHP= pcre session mysql
+PLIST_SUB= WWWGRP="${WWWGRP}"
NO_BUILD= yes
@@ -23,7 +25,6 @@ SUB_FILES= pkg-message
do-install:
@${MKDIR} ${STAGEDIR}${WWWDIR}
@${CP} -Rp ${WRKSRC}/* ${STAGEDIR}${WWWDIR}
- @${CHGRP} -R ${WWWGRP} ${STAGEDIR}${WWWDIR}
@${CHMOD} 775 ${STAGEDIR}${WWWDIR}/ini
@${CHMOD} 775 ${STAGEDIR}${WWWDIR}/query_archive
diff --git a/databases/mywwwatcher/pkg-plist b/databases/mywwwatcher/pkg-plist
index 6a9c42578daf..d16721259226 100644
--- a/databases/mywwwatcher/pkg-plist
+++ b/databases/mywwwatcher/pkg-plist
@@ -1,3 +1,4 @@
+@group %%WWWGRP%%
%%WWWDIR%%/README
%%WWWDIR%%/README.cz
%%WWWDIR%%/charset.php
@@ -32,9 +33,10 @@
%%WWWDIR%%/stat.php
%%WWWDIR%%/style.css
%%WWWDIR%%/top.php
-@dirrm %%WWWDIR%%/query_archive
-@dirrm %%WWWDIR%%/lang
-@dirrm %%WWWDIR%%/include
-@dirrm %%WWWDIR%%/ini
-@dirrm %%WWWDIR%%/graphics
-@dirrm %%WWWDIR%%
+@dir %%WWWDIR%%/query_archive
+@dir %%WWWDIR%%/lang
+@dir %%WWWDIR%%/include
+@dir %%WWWDIR%%/ini
+@dir %%WWWDIR%%/graphics
+@dir %%WWWDIR%%
+@group