aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Net-SAML
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2013-11-24 17:40:44 +0000
committerMathieu Arnold <mat@FreeBSD.org>2013-11-24 17:40:44 +0000
commitd77405fd6ddcab0d74954f84af513301be928298 (patch)
treef9d8301a9f6d3b115d6bf94c75a45e2ab5278877 /security/p5-Net-SAML
parent4a5323a0ff234534ebccba59d01996ac41ba379d (diff)
downloadports-d77405fd6ddcab0d74954f84af513301be928298.tar.gz
ports-d77405fd6ddcab0d74954f84af513301be928298.zip
Notes
Diffstat (limited to 'security/p5-Net-SAML')
-rw-r--r--security/p5-Net-SAML/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Net-SAML/Makefile b/security/p5-Net-SAML/Makefile
index 8cd8c649874c..5d410fffc1d7 100644
--- a/security/p5-Net-SAML/Makefile
+++ b/security/p5-Net-SAML/Makefile
@@ -29,8 +29,8 @@ post-patch:
post-install:
.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
- cd ${WRKSRC}/../ && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR}/
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ (cd ${WRKSRC}/.. && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR})
.endif
.include <bsd.port.mk>