diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 15:40:16 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-14 15:40:16 +0000 |
commit | 01a88811219099e5436448152e03b09fbefb0095 (patch) | |
tree | 24b5e39287504412ffb1a833af9c7e8156667f84 /misc/amanda25-server/pkg-plist.client | |
parent | 5cefcf0088ff023219243cbd3891c80444518af4 (diff) |
Add archivers/gtar dependencies
Bump PORTREVISION
Fix pkg-plist
Make portlint happyer
PR: 87426
Notified by: Patrick M. Hausen <hausen@punkt.de>
Notes
Notes:
svn path=/head/; revision=145390
Diffstat (limited to 'misc/amanda25-server/pkg-plist.client')
-rw-r--r-- | misc/amanda25-server/pkg-plist.client | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/amanda25-server/pkg-plist.client b/misc/amanda25-server/pkg-plist.client index f121624417af..7c255576d595 100644 --- a/misc/amanda25-server/pkg-plist.client +++ b/misc/amanda25-server/pkg-plist.client @@ -1,3 +1,4 @@ +@unexec if cmp -s /etc/amandates /dev/null; then rm -f /etc/amandates; fi lib/libamanda-2.4.5.so lib/libamanda.so lib/libamanda.la @@ -96,9 +97,9 @@ share/examples/amanda/amanda.conf share/examples/amanda/chg-multi.conf share/examples/amanda/chg-scsi.conf share/examples/amanda/disklist -@dirrm var/amanda/gnutar-lists -@dirrm var/amanda -@dirrm var +@unexec rmdir %D/var/amanda/gnutar-lists 2>/dev/null || true +@unexec rmdir %D/var/amanda 2>/dev/null || true +@unexec rmdir %D/var 2>/dev/null || true @dirrm share/examples/amanda @dirrm share/amanda @dirrm libexec/amanda |