aboutsummaryrefslogtreecommitdiff
path: root/security/gsasl/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-11-11 19:16:57 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-11-11 19:16:57 +0000
commit9ba5d267af2f0cbd6eff4441fbfbd0b071baad95 (patch)
tree4cee28a5fec14270bf43e3d2307c33a2597c9154 /security/gsasl/Makefile
parent68d78f74b07153e0f9e269858069ec61f754e0b6 (diff)
downloadports-9ba5d267af2f0cbd6eff4441fbfbd0b071baad95.tar.gz
ports-9ba5d267af2f0cbd6eff4441fbfbd0b071baad95.zip
Notes
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r--security/gsasl/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile
index 4a1f83adb585..af8016a72ae8 100644
--- a/security/gsasl/Makefile
+++ b/security/gsasl/Makefile
@@ -7,11 +7,10 @@
#
PORTNAME= gsasl
-PORTVERSION= 0.1.4
-PORTREVISION= 1
+PORTVERSION= 0.2.0
CATEGORIES= security
-MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/ \
- ${MASTER_SITE_GNU_ALPHA}
+MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \
+ http://josefsson.org/${PORTNAME}/releases/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= krion@FreeBSD.org
@@ -49,7 +48,7 @@ post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
@${MKDIR} ${DOCSDIR}/reference
- ${INSTALL_DATA} ${WRKSRC}/doc/reference/*.html ${DOCSDIR}/reference
+ ${INSTALL_DATA} ${WRKSRC}/doc/reference/html/* ${DOCSDIR}/reference
.endif
.include "Makefile.man"