diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-07 07:11:53 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-07 07:11:53 +0000 |
| commit | a63de6cf8f55a3503e85d45e4634783bcf66bfc1 (patch) | |
| tree | dffe737693e50055f1dadf00c5708ec3348f6d8b /databases | |
| parent | Update to 7.7 (diff) | |
- Unbreak this port
- Remove duplicated PERL_CONFIGURE
- Fix PLIST
- Pet portlint
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/p5-GraphViz-DBI/Makefile | 9 | ||||
| -rw-r--r-- | databases/p5-GraphViz-DBI/pkg-plist | 2 |
2 files changed, 4 insertions, 7 deletions
diff --git a/databases/p5-GraphViz-DBI/Makefile b/databases/p5-GraphViz-DBI/Makefile index 6844956bac6f..9493fa1bbb71 100644 --- a/databases/p5-GraphViz-DBI/Makefile +++ b/databases/p5-GraphViz-DBI/Makefile @@ -9,19 +9,16 @@ PORTNAME= GraphViz-DBI PORTVERSION= 1.100860 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITES_SUBDIR= CPAN:MARCEL +MASTER_SITE_SUBDIR= CPAN:MARCEL PKGNAMEPREFIX= p5- -# Note: DEPRECATION candidate. MAINTAINER= perl@FreeBSD.org COMMENT= GraphViz::DBI - graph database tables and relations -BROKEN= does not fetch - -PERL_CONFIGURE= yes BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ + p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz PERL_CONFIGURE= yes diff --git a/databases/p5-GraphViz-DBI/pkg-plist b/databases/p5-GraphViz-DBI/pkg-plist index c124df571db7..4148fc7765f3 100644 --- a/databases/p5-GraphViz-DBI/pkg-plist +++ b/databases/p5-GraphViz-DBI/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/GraphViz/DBI.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/DBI/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz/DBI -@unexec rmdir %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GraphViz @dirrmtry %%SITE_PERL%%/GraphViz |
