summaryrefslogtreecommitdiff
path: root/security/xmlsec/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2003-03-28 04:40:29 +0000
committerKevin Lo <kevlo@FreeBSD.org>2003-03-28 04:40:29 +0000
commitf33b69a59807c30249c00140d2516220b2baea08 (patch)
treee60b4c180e474d46f7d4b31b33bc10f87ca985cd /security/xmlsec/Makefile
parentUpdated to 0.9b-20030308, to come up to current version. (diff)
Update to 0.0.14
PR: 50319 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=77575
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>