- 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)
This commit is contained in:
Emanuel Haupt 2005-10-24 08:27:53 +00:00
parent 60197a30f6
commit 457bd591f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146217
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= DBI-Shell
PORTVERSION= 11.93
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI

View File

@ -1,3 +1,4 @@
bin/dbish
%%SITE_PERL%%/DBI/Format.pm
%%SITE_PERL%%/DBI/Shell/Completion.pm
%%SITE_PERL%%/DBI/Shell/SQLMinus.pm
@ -9,7 +10,6 @@
@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