summaryrefslogtreecommitdiff
path: root/security/xmlsec/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-15 07:52:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-15 07:52:57 +0000
commitb549d22dd0d5e84adc96c0a32044e38675799590 (patch)
tree2b39d8c5701977c813b3748a79e577e9a4dba346 /security/xmlsec/Makefile
parentUpgrade to 2.6.2. (diff)
upgrade to 0.0.9
PR: 42731 Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
Notes
Notes: svn path=/head/; revision=66347
Diffstat (limited to 'security/xmlsec/Makefile')
-rw-r--r--security/xmlsec/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile
index f63a29944d8e..9fd9b1cd8d81 100644
--- a/security/xmlsec/Makefile
+++ b/security/xmlsec/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= xmlsec
-PORTVERSION= 0.0.7
+PORTVERSION= 0.0.9
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/
@@ -19,4 +19,6 @@ USE_OPENSSL= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
+MAN1= xmlsec.1 xmlsec-config.1
+
.include <bsd.port.mk>