diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
commit | 508b8d82f4fdfc6889fe17931ef30f047501dfd6 (patch) | |
tree | f7810d4887e5297c7b7788225e906b99c81d709b /security/fakeroot | |
parent | 4008c7e23fe847e2c8ade0ecb5d86f943d84c917 (diff) | |
download | ports-508b8d82f4fdfc6889fe17931ef30f047501dfd6.tar.gz ports-508b8d82f4fdfc6889fe17931ef30f047501dfd6.zip |
Notes
Diffstat (limited to 'security/fakeroot')
-rw-r--r-- | security/fakeroot/pkg-plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/fakeroot/pkg-plist b/security/fakeroot/pkg-plist index 66e0e9153a7d..6c22406f13aa 100644 --- a/security/fakeroot/pkg-plist +++ b/security/fakeroot/pkg-plist @@ -4,9 +4,9 @@ lib/libfakeroot.a lib/libfakeroot.so lib/libfakeroot.so.0 man/fr/man1/fakeroot.1.gz -@unexec rmdir %D/man/sv/man1 2>/dev/null || true -@unexec rmdir %D/man/sv 2>/dev/null || true -@unexec rmdir %D/man/fr/man1 2>/dev/null || true -@unexec rmdir %D/man/fr 2>/dev/null || true -@unexec rmdir %D/man/es/man1 2>/dev/null || true -@unexec rmdir %D/man/es 2>/dev/null || true +@dirrmtry man/sv/man1 +@dirrmtry man/sv +@dirrmtry man/fr/man1 +@dirrmtry man/fr +@dirrmtry man/es/man1 +@dirrmtry man/es |