diff options
author | tdb <tdb@FreeBSD.org> | 2015-05-08 06:21:43 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2015-05-08 06:21:43 +0800 |
commit | 09ccddadd6eb2d97f6a45950d355c0e2a7a723d0 (patch) | |
tree | b4750c27a046ec1908e5536c12164c5f5bd5cfff /www | |
parent | bed5e3dcafdac3112fccabe26a987705bd825c54 (diff) | |
download | freebsd-ports-gnome-09ccddadd6eb2d97f6a45950d355c0e2a7a723d0.tar.gz freebsd-ports-gnome-09ccddadd6eb2d97f6a45950d355c0e2a7a723d0.tar.zst freebsd-ports-gnome-09ccddadd6eb2d97f6a45950d355c0e2a7a723d0.zip |
Fix broken pkg-plist.
The exec line had a typo in the group name and used the wrong flag (-o
instead of -m) for the mode. It's all redundant anyway with the new @dir.
Diffstat (limited to 'www')
-rw-r--r-- | www/shellinabox/Makefile | 2 | ||||
-rw-r--r-- | www/shellinabox/pkg-plist | 9 |
2 files changed, 2 insertions, 9 deletions
diff --git a/www/shellinabox/Makefile b/www/shellinabox/Makefile index 456a34d0cb51..2496ff411268 100644 --- a/www/shellinabox/Makefile +++ b/www/shellinabox/Makefile @@ -3,7 +3,7 @@ PORTNAME= shellinabox PORTVERSION= 2.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= GOOGLE_CODE diff --git a/www/shellinabox/pkg-plist b/www/shellinabox/pkg-plist index edcc45e863b0..d2fac3959140 100644 --- a/www/shellinabox/pkg-plist +++ b/www/shellinabox/pkg-plist @@ -1,10 +1,3 @@ bin/shellinaboxd man/man1/shellinaboxd.1.gz -@owner shellinabox -@group shellinabox -@mode 700 -@dirrmtry etc/shellinabox -@mode -@group wheel -@owner root -@exec install -d -o shellinabox -g sellinabox -o 700 %D/etc/shellinabox +@dir(shellinabox,shellinabox,700) etc/shellinabox |