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 /net-mgmt/pancho/pkg-plist | |
parent | 4008c7e23fe847e2c8ade0ecb5d86f943d84c917 (diff) | |
download | ports-508b8d82f4fdfc6889fe17931ef30f047501dfd6.tar.gz ports-508b8d82f4fdfc6889fe17931ef30f047501dfd6.zip |
Notes
Diffstat (limited to 'net-mgmt/pancho/pkg-plist')
-rw-r--r-- | net-mgmt/pancho/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/pancho/pkg-plist b/net-mgmt/pancho/pkg-plist index 857919ea67bd..bd86cf06fd9a 100644 --- a/net-mgmt/pancho/pkg-plist +++ b/net-mgmt/pancho/pkg-plist @@ -14,9 +14,9 @@ etc/pancho.conf.sample %%SITE_PERL%%/Pancho/Plugins/Baystack.pm %%SITE_PERL%%/Pancho/Plugins/Passport.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pancho/.packlist -@unexec rmdir %D/%%SITE_PERL%%/Pancho/Plugins 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Pancho 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pancho 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Pancho/Plugins +@dirrmtry %%SITE_PERL%%/Pancho +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pancho %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.plugins %%PORTDOCS%%%%DOCSDIR%%/Plugin.sample |