diff --git a/databases/p5-DBI-Shell/Makefile b/databases/p5-DBI-Shell/Makefile index 482f7b9c094b..440a966ae759 100644 --- a/databases/p5-DBI-Shell/Makefile +++ b/databases/p5-DBI-Shell/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBI-Shell PORTVERSION= 11.93 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI diff --git a/databases/p5-DBI-Shell/pkg-plist b/databases/p5-DBI-Shell/pkg-plist index 95222c2f0a15..470132e58209 100644 --- a/databases/p5-DBI-Shell/pkg-plist +++ b/databases/p5-DBI-Shell/pkg-plist @@ -9,3 +9,7 @@ @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/bin/dbish 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