From 09ccddadd6eb2d97f6a45950d355c0e2a7a723d0 Mon Sep 17 00:00:00 2001 From: tdb Date: Thu, 7 May 2015 22:21:43 +0000 Subject: 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. --- www/shellinabox/Makefile | 2 +- www/shellinabox/pkg-plist | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'www') 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 -- cgit