diff options
author | bapt <bapt@FreeBSD.org> | 2018-02-07 17:16:51 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2018-02-07 17:16:51 +0800 |
commit | 301a7014c9996cca5f2f1d8f9b9b790706697a0d (patch) | |
tree | 10a4e2fe9202d3c7dbaa74ae647557f4f1eb2fab | |
parent | 77a4da66766f4092e6030b6247a3361dbd246c7c (diff) | |
download | freebsd-ports-gnome-301a7014c9996cca5f2f1d8f9b9b790706697a0d.tar.gz freebsd-ports-gnome-301a7014c9996cca5f2f1d8f9b9b790706697a0d.tar.zst freebsd-ports-gnome-301a7014c9996cca5f2f1d8f9b9b790706697a0d.zip |
There is no reason for a webapp to have its files belonging to www users
except for directories where the webapp will actually write, which is not
the case here.
While here, remove useless @dir
-rw-r--r-- | www/rssroll/Makefile | 3 | ||||
-rw-r--r-- | www/rssroll/pkg-plist | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/www/rssroll/Makefile b/www/rssroll/Makefile index 2e572ce47bb7..4c6603c94e0e 100644 --- a/www/rssroll/Makefile +++ b/www/rssroll/Makefile @@ -2,6 +2,7 @@ PORTNAME= rssroll PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= koue@chaosophia.net @@ -18,8 +19,6 @@ GH_ACCOUNT= koue GNU_CONFIGURE= yes -PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rssroll ${STAGEDIR}${PREFIX}/bin (cd ${WRKSRC} && ${COPYTREE_SHARE} "html css" ${STAGEDIR}${PREFIX}/www/rssroll/) diff --git a/www/rssroll/pkg-plist b/www/rssroll/pkg-plist index aa5007156341..17f11cc97974 100644 --- a/www/rssroll/pkg-plist +++ b/www/rssroll/pkg-plist @@ -1,7 +1,5 @@ bin/rssroll @sample etc/rssrollrc.sample -@owner %%WWWOWN%% -@group %%WWWGRP%% %%WWWDIR%%/css/common.css %%WWWDIR%%/css/default.css %%WWWDIR%%/css/flak.css @@ -13,4 +11,3 @@ bin/rssroll %%WWWDIR%%/html/flak/header.html %%WWWDIR%%/html/main.html %%WWWDIR%%/index.cgi -@dir %%WWWDIR%% |