diff options
author | chinsan <chinsan@FreeBSD.org> | 2007-08-05 09:18:14 +0800 |
---|---|---|
committer | chinsan <chinsan@FreeBSD.org> | 2007-08-05 09:18:14 +0800 |
commit | ee675e28beca75343654c768a657c84686b57081 (patch) | |
tree | 0eba083a8feeea188b819fed8418b345c46ff108 /textproc | |
parent | bd01bed94a5b479ed2931d0213fa5a4cf3c66e51 (diff) | |
download | freebsd-ports-gnome-ee675e28beca75343654c768a657c84686b57081.tar.gz freebsd-ports-gnome-ee675e28beca75343654c768a657c84686b57081.tar.zst freebsd-ports-gnome-ee675e28beca75343654c768a657c84686b57081.zip |
- Fix the incorrect pkg-plist.
Reported by: {kris,pav} via pointyhat
Approved by: rafan (mentor, implicit)
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 |