diff options
Diffstat (limited to 'security/p5-Net-SAML/Makefile')
-rw-r--r-- | security/p5-Net-SAML/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile index 8552c0187b78..d637e33f2b3f 100644 --- a/security/p5-Net-SAML/Makefile +++ b/security/p5-Net-SAML/Makefile @@ -22,16 +22,13 @@ USES= perl5 USE_PERL5= configure WRKSRC= ${WRKDIR}/${DISTNAME}/Net -MAN3= Net::SAML.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/apps/openssl/std|${LOCALBASE}|' ${WRKSRC}/Makefile.PL post-install: .if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR}/ - cd ${WRKSRC}/../ && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${EXAMPLESDIR}/ + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/../ && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR}/ .endif .include <bsd.port.mk> |