diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 01:33:02 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 01:33:02 +0000 |
commit | d394d91a6ab79b2552ce91ad66446a1a3564ae55 (patch) | |
tree | 6b2046ea5205e6106b70f572dde8ed8864afc287 /graphics/p5-Captcha-reCAPTCHA | |
parent | b59192cc24ef24fba3659c2761a29f8b3a4aca74 (diff) | |
download | ports-d394d91a6ab79b2552ce91ad66446a1a3564ae55.tar.gz ports-d394d91a6ab79b2552ce91ad66446a1a3564ae55.zip |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332801
Diffstat (limited to 'graphics/p5-Captcha-reCAPTCHA')
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Captcha-reCAPTCHA/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/p5-Captcha-reCAPTCHA/Makefile b/graphics/p5-Captcha-reCAPTCHA/Makefile index 65955ba83350..a8a5977add68 100644 --- a/graphics/p5-Captcha-reCAPTCHA/Makefile +++ b/graphics/p5-Captcha-reCAPTCHA/Makefile @@ -15,10 +15,7 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ p5-HTML-Tiny>=0:${PORTSDIR}/textproc/p5-HTML-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= Captcha::reCAPTCHA.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/p5-Captcha-reCAPTCHA/pkg-plist b/graphics/p5-Captcha-reCAPTCHA/pkg-plist index 4aee7668001a..834e5f02b24a 100644 --- a/graphics/p5-Captcha-reCAPTCHA/pkg-plist +++ b/graphics/p5-Captcha-reCAPTCHA/pkg-plist @@ -1,5 +1,6 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Captcha/reCAPTCHA/.packlist +%%PERL5_MAN3%%/Captcha::reCAPTCHA.3.gz %%SITE_PERL%%/Captcha/reCAPTCHA.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Captcha/reCAPTCHA/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Captcha/reCAPTCHA @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Captcha @dirrmtry %%SITE_PERL%%/Captcha |