diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 16:42:55 +0000 |
commit | 3246ebc3ca130704875cc0faca419ea671588641 (patch) | |
tree | 443222d8f53a5a1c5592070cd0d06a088ffbf387 /net/p5-Google-SAML-Request | |
parent | cbbf190e5e0d3f9bba3451679ffcd5049590b468 (diff) |
Support STAGEDIR.
Notes
Notes:
svn path=/head/; revision=332868
Diffstat (limited to 'net/p5-Google-SAML-Request')
-rw-r--r-- | net/p5-Google-SAML-Request/Makefile | 3 | ||||
-rw-r--r-- | net/p5-Google-SAML-Request/pkg-plist | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net/p5-Google-SAML-Request/Makefile b/net/p5-Google-SAML-Request/Makefile index 674e67f0f108..97c9e9d7f53a 100644 --- a/net/p5-Google-SAML-Request/Makefile +++ b/net/p5-Google-SAML-Request/Makefile @@ -20,7 +20,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure -MAN3= Google::SAML::Request.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/p5-Google-SAML-Request/pkg-plist b/net/p5-Google-SAML-Request/pkg-plist index fd2303a18210..48423623b622 100644 --- a/net/p5-Google-SAML-Request/pkg-plist +++ b/net/p5-Google-SAML-Request/pkg-plist @@ -1,7 +1,8 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/SAML/Request/.packlist +%%PERL5_MAN3%%/Google::SAML::Request.3.gz %%SITE_PERL%%/Google/SAML/Request.pm -@dirrmtry %%SITE_PERL%%/Google/SAML -@dirrmtry %%SITE_PERL%%/Google +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/SAML/Request/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/SAML/Request @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google/SAML @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google +@dirrmtry %%SITE_PERL%%/Google/SAML +@dirrmtry %%SITE_PERL%%/Google |