diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 10:33:17 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-10 10:33:17 +0000 |
commit | 1c55eab4fa5f649db493d49d0983257ac06cddd1 (patch) | |
tree | b7064b1ab49b4c64546b94f47a12feb533949c9a | |
parent | ec56618aabefababcb739e5badf8b3cf9f80252a (diff) | |
download | freebsd-ports-1c55eab4fa5f649db493d49d0983257ac06cddd1.zip |
fix port: databases/p5-DBIx-Password
remove extra file and directories.
Informed maintainer.
PR: ports/61061
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
-rw-r--r-- | databases/p5-DBIx-Password/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-Password/pkg-plist | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Password/Makefile b/databases/p5-DBIx-Password/Makefile index c48c76a8a8b8..59d4fe85884a 100644 --- a/databases/p5-DBIx-Password/Makefile +++ b/databases/p5-DBIx-Password/Makefile @@ -7,6 +7,7 @@ PORTNAME= DBIx-Password PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBIx diff --git a/databases/p5-DBIx-Password/pkg-plist b/databases/p5-DBIx-Password/pkg-plist index 5b226f6b33ff..c9ee2de4a4c3 100644 --- a/databases/p5-DBIx-Password/pkg-plist +++ b/databases/p5-DBIx-Password/pkg-plist @@ -1,2 +1,5 @@ %%SITE_PERL%%/DBIx/Password.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Password/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Password +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/DBIx 2>/dev/null || true |