diff options
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 9 |
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" |