diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-08-05 01:18:14 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-08-05 01:18:14 +0000 |
commit | 86d8c621258a424cf7076241dcb9ca07b60fe316 (patch) | |
tree | c53ba96c482f6a2e580c76f881978afecc36b39b /textproc | |
parent | f3197b57d22c1e7bfd7d39b8b9474908342e97a9 (diff) |
- Fix the incorrect pkg-plist.
Reported by: {kris,pav} via pointyhat
Approved by: rafan (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=197092
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Google-Data-JSON/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Google-Data-JSON/pkg-plist | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/textproc/p5-Google-Data-JSON/Makefile b/textproc/p5-Google-Data-JSON/Makefile index db3468cd67a0..1d4fceeca7ef 100644 --- a/textproc/p5-Google-Data-JSON/Makefile +++ b/textproc/p5-Google-Data-JSON/Makefile @@ -16,7 +16,6 @@ MAINTAINER= chinsan@FreeBSD.org COMMENT= General XML-JSON converter based on Google Data APIs BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ - p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ p5-Perl6-Export-Attrs>=0:${PORTSDIR}/devel/p5-Perl6-Export-Attrs \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ @@ -28,7 +27,7 @@ BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-YAML-Syck>=0:${PORTSDIR}/textproc/p5-YAML-Syck RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Google::Data::JSON.3 diff --git a/textproc/p5-Google-Data-JSON/pkg-plist b/textproc/p5-Google-Data-JSON/pkg-plist index 55e53baae448..133f25b6e1a0 100644 --- a/textproc/p5-Google-Data-JSON/pkg-plist +++ b/textproc/p5-Google-Data-JSON/pkg-plist @@ -1,7 +1,3 @@ %%SITE_PERL%%/Google/Data/JSON.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Data/JSON/.packlist -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Data/JSON -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/Data -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google @dirrmtry %%SITE_PERL%%/Google/Data @dirrmtry %%SITE_PERL%%/Google |