diff options
author | erwin <erwin@FreeBSD.org> | 2004-12-06 01:53:14 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-12-06 01:53:14 +0800 |
commit | 170829c8c28924c9cbcb47b51de46779c23658cf (patch) | |
tree | c411992e89d1998e1c0d2d6f8c177086c8704011 /databases/p5-DBI-Shell | |
parent | fdaa6706d3ef3d97a15e670d7cee05a4cb094796 (diff) | |
download | freebsd-ports-gnome-170829c8c28924c9cbcb47b51de46779c23658cf.tar.gz freebsd-ports-gnome-170829c8c28924c9cbcb47b51de46779c23658cf.tar.zst freebsd-ports-gnome-170829c8c28924c9cbcb47b51de46779c23658cf.zip |
- Fix plist
- Bump PORTREVISION
PR: 74736
Submitted by: maintainer
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 |