diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2004-11-21 11:14:49 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2004-11-21 11:14:49 +0000 |
commit | 5880e801ca08d5980d0382aaafa0b1b53254d54e (patch) | |
tree | 2ddb68267025cab0a9299e282ce35f398c8964e6 /ports-mgmt/p5-FreeBSD-Portindex/pkg-plist | |
parent | 5946cea585175cf01ce66d435093bb6bf4caa149 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex/pkg-plist')
-rw-r--r-- | ports-mgmt/p5-FreeBSD-Portindex/pkg-plist | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/pkg-plist b/ports-mgmt/p5-FreeBSD-Portindex/pkg-plist new file mode 100644 index 000000000000..3e2d25069968 --- /dev/null +++ b/ports-mgmt/p5-FreeBSD-Portindex/pkg-plist @@ -0,0 +1,15 @@ +bin/cache-init +bin/cache-update +bin/find-updated +bin/portindex +@unexec if cmp -s %D/etc/portindex.cfg.sample %D/etc/portindex.cfg ; then rm -f %D/etc/portindex.cfg ; fi +etc/portindex.cfg.sample +@exec [ ! -f %B/portindex.cfg ] && cp -p %B/%f %B/portindex.cfg || true +%%SITE_PERL%%/FreeBSD/Portindex/Config.pm +%%SITE_PERL%%/FreeBSD/Portindex/Port.pm +%%SITE_PERL%%/FreeBSD/Portindex/Tree.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Portindex/.packlist +@dirrm %%SITE_PERL%%/FreeBSD/Portindex +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Portindex +@unexec rmdir %D/%%SITE_PERL%%/FreeBSD 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD 2>/dev/null || true |