aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2014-07-04 09:31:25 +0800
committercy <cy@FreeBSD.org>2014-07-04 09:31:25 +0800
commit72cd1c6ab4ea13e50fb660ed462b46f4e938e83b (patch)
treee2b9e157ab5af2444993b58c24478b5b5731748d /sysutils
parent2c9aad6a1a77f8af645e9503b76de64eeff8442f (diff)
downloadfreebsd-ports-graphics-72cd1c6ab4ea13e50fb660ed462b46f4e938e83b.tar.gz
freebsd-ports-graphics-72cd1c6ab4ea13e50fb660ed462b46f4e938e83b.tar.zst
freebsd-ports-graphics-72cd1c6ab4ea13e50fb660ed462b46f4e938e83b.zip
Fix pkg-plist when CGI option is not specified.
Point hat to: me
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/nut/pkg-plist3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/nut/pkg-plist b/sysutils/nut/pkg-plist
index 1f3d140ff0f..621b788fa6a 100644
--- a/sysutils/nut/pkg-plist
+++ b/sysutils/nut/pkg-plist
@@ -249,8 +249,7 @@ sbin/upssched
@unexec test -d %%STATEDIR%% && rmdir %%STATEDIR%%
%%NUT_CGI%%@dirrmtry %%CGIDIR%%
@dirrmtry %%ETCDIR%%
-%%NUT_CGI%%@dirrmtry www/cgi-bin/nut
%%NUT_CGI%%@dirrmtry www/cgi-bin
%%BASH%%@dirrmtry etc/bash_completion.d
@dirrmtry libexec/nut
-@dirrmtry %%WWWDIR%%
+%%NUT_CGI%%@dirrmtry %%WWWDIR%%