aboutsummaryrefslogtreecommitdiff
path: root/security/p5-openxpki
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-12-02 11:58:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-12-02 11:58:21 +0000
commit8b4093cba5775260e98d51f74cd187fb9af825a8 (patch)
tree4a28bf50f532fa82a149cbc3f9c041d48a23921b /security/p5-openxpki
parentf38d6cb92bbd96d100bae02b23ace94acea1cf8e (diff)
downloadports-8b4093cba5775260e98d51f74cd187fb9af825a8.tar.gz
ports-8b4093cba5775260e98d51f74cd187fb9af825a8.zip
Notes
Diffstat (limited to 'security/p5-openxpki')
-rw-r--r--security/p5-openxpki/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile
index af9d078baca3..786890d7494d 100644
--- a/security/p5-openxpki/Makefile
+++ b/security/p5-openxpki/Makefile
@@ -108,11 +108,6 @@ post-patch:
)
@${MKDIR} ${WRKSRC}/t/var/log/openxpki
-post-stage:
- @${MKDIR} ${STAGEDIR}/var/openxpki/session
- @${MKDIR} ${STAGEDIR}/var/log/openxpki
- @${MKDIR} ${STAGEDIR}${PREFIX}/etc/openxpki
-
.include <bsd.port.pre.mk>
.if ${SSL_DEFAULT:Mlibressl*}
@@ -124,6 +119,10 @@ OXLIB= ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/OpenXPKI/OpenXPKI.so
post-install:
${STRIP_CMD} ${OXLIB}
+ @${MKDIR} ${STAGEDIR}/var/openxpki/session
+ @${MKDIR} ${STAGEDIR}/var/log/openxpki
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/openxpki
+
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/../.. && ${COPYTREE_SHARE} config ${STAGEDIR}${EXAMPLESDIR})