diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-02 21:55:11 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-02 21:55:11 +0000 |
commit | 4419c33481beee1d60c8db7058ff0021986c26ad (patch) | |
tree | cc4e471ccb807fb2545b9e184376c99c403ae398 | |
parent | fcf73dde0c11c45bfa82297beeb388c6a16b2c64 (diff) | |
download | FreeBSD-ports-4419c33481beee1d60c8db7058ff0021986c26ad.zip FreeBSD-ports-4419c33481beee1d60c8db7058ff0021986c26ad.tar.gz |
Simplify plist
Do not try to remove a directory owned by the mtree
-rw-r--r-- | games/xrot/pkg-plist | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/games/xrot/pkg-plist b/games/xrot/pkg-plist index ea01ae43..cf377bf 100644 --- a/games/xrot/pkg-plist +++ b/games/xrot/pkg-plist @@ -1,9 +1,2 @@ -@group games -@mode 3755 -bin/xrot -@mode -@cwd / -@sample var/games/xrot.scores.sample -@exec chmod 664 %B/%f -@group -@dirrmtry var/games +@(root,games,3755) bin/xrot +@sample(root,games,664) /var/games/xrot.scores.sample |