ports/databases/p5-DBI-Shell/pkg-plist
Emanuel Haupt 457bd591f8 - Fix pkg-plist, bin/dbish was not registered properly which
prevented the file from being added to the package
- Bump PORTREVISION

PR:		86962
Submitted by:	Martin Jackson <mhjacks@swbell.net>
Approved by:	maintainer timeout (18 days)
2005-10-24 08:27:53 +00:00

15 lines
718 B
Text

bin/dbish
%%SITE_PERL%%/DBI/Format.pm
%%SITE_PERL%%/DBI/Shell/Completion.pm
%%SITE_PERL%%/DBI/Shell/SQLMinus.pm
%%SITE_PERL%%/DBI/Shell/Spool.pm
%%SITE_PERL%%/DBI/Shell/Timing.pm
%%SITE_PERL%%/DBI/Shell/FindSqlFile.pm
%%SITE_PERL%%/DBI/Format/SQLMinus.pm
%%SITE_PERL%%/DBI/Shell.pm
@unexec rmdir %D/%%SITE_PERL%%/DBI/Shell 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/DBI/Format 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/DBI 2>/dev/null || true
@unexec rm %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI/Shell/.packlist 2> /dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI/Shell 2> /dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBI 2> /dev/null || true