ee30ec1407
. bump PORTREVISION. Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer by e-mail) Pointed out by: erwin
17 lines
719 B
Text
17 lines
719 B
Text
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/Category.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Port.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/Tree.pm
|
|
%%SITE_PERL%%/FreeBSD/Portindex/TreeObject.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Portindex/.packlist
|
|
@dirrm %%SITE_PERL%%/FreeBSD/Portindex
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD/Portindex
|
|
@dirrmtry %%SITE_PERL%%/FreeBSD
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FreeBSD
|