aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2014-07-04 09:23:55 +0800
committercy <cy@FreeBSD.org>2014-07-04 09:23:55 +0800
commit2c9aad6a1a77f8af645e9503b76de64eeff8442f (patch)
treefbb8f6d61b4138aa8b45002d764fb8719ff0d669 /sysutils
parent7fce4147f1344a1df8354cbda1682e579ab63cdf (diff)
downloadfreebsd-ports-gnome-2c9aad6a1a77f8af645e9503b76de64eeff8442f.tar.gz
freebsd-ports-gnome-2c9aad6a1a77f8af645e9503b76de64eeff8442f.tar.zst
freebsd-ports-gnome-2c9aad6a1a77f8af645e9503b76de64eeff8442f.zip
Fix pkg-plist.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/nut/pkg-plist10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/nut/pkg-plist b/sysutils/nut/pkg-plist
index c580fcfdc020..1f3d140ff0f8 100644
--- a/sysutils/nut/pkg-plist
+++ b/sysutils/nut/pkg-plist
@@ -17,6 +17,7 @@
%%ETCDIR%%/upsd.users.sample
%%ETCDIR%%/upsmon.conf.sample
%%ETCDIR%%/upssched.conf.sample
+%%NUT_USB%%etc/devd/nut-usb.conf
@stopdaemon nut_upsmon
@stopdaemon nut_upslog
@stopdaemon nut
@@ -246,9 +247,10 @@ sbin/upssched
@exec chown %%NUT_USER%%:%%NUT_GROUP%% %%STATEDIR%%
@exec chmod 750 %%STATEDIR%%
@unexec test -d %%STATEDIR%% && rmdir %%STATEDIR%%
-@dirrmtry %%CGIDIR%%
+%%NUT_CGI%%@dirrmtry %%CGIDIR%%
@dirrmtry %%ETCDIR%%
-@dirrmtry %%WWWDIR%%
-@dirrmtry etc/bash_completion.d
+%%NUT_CGI%%@dirrmtry www/cgi-bin/nut
+%%NUT_CGI%%@dirrmtry www/cgi-bin
+%%BASH%%@dirrmtry etc/bash_completion.d
@dirrmtry libexec/nut
-@dirrmtry www/cgi-bin
+@dirrmtry %%WWWDIR%%