diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-05 17:53:14 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-05 17:53:14 +0000 |
commit | a8f80da9f689f4363f150043ec7afa14732710db (patch) | |
tree | 48f43d8fbf183566ce8723a396deec0809275df8 /databases/p5-DBI-Shell | |
parent | Update to 1.0.1 (diff) |
- Fix plist
- Bump PORTREVISION
PR: 74736
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=123246
Diffstat (limited to 'databases/p5-DBI-Shell')
-rw-r--r-- | databases/p5-DBI-Shell/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBI-Shell/pkg-plist | 4 |
2 files changed, 5 insertions, 0 deletions
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 |