1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

- Fix plist

- Bump PORTREVISION

PR:		74736
Submitted by:	maintainer
This commit is contained in:
Erwin Lansing 2004-12-05 17:53:14 +00:00
parent 7f09840007
commit a8f80da9f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123246
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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