summaryrefslogtreecommitdiff
path: root/security/xmlsec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/xmlsec/Makefile')
-rw-r--r--security/xmlsec/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile
index 689754a16b48..72e91b63ff1b 100644
--- a/security/xmlsec/Makefile
+++ b/security/xmlsec/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= xmlsec
-PORTVERSION= 0.0.12
+PORTVERSION= 0.0.14
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/
@@ -22,4 +22,10 @@ INSTALLS_SHLIB= yes
MAN1= xmlsec.1 xmlsec-config.1
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ @cp -R ${WRKSRC}/docs/* ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>