mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
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)
15 lines
718 B
Text
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
|