summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@FreeBSD.org>2003-04-03 20:35:06 +0000
committerBruce A. Mah <bmah@FreeBSD.org>2003-04-03 20:35:06 +0000
commit8edcccd2b7aa33b0d0e962b9b3b20aad6d1e0420 (patch)
tree0a3a1ddc95be5d5fb95c9f11a03dbd43dc1f3b79 /devel/subversion/Makefile
parent- use bsd.openssl.mk (diff)
Maintainer update of subversion to 0.20.1.
PR: 50511 Submitted by: Craig Rodrigues <rodrigc@attbi.com> (MAINTAINER)
Notes
Notes: svn path=/head/; revision=78060
Diffstat (limited to 'devel/subversion/Makefile')
-rw-r--r--devel/subversion/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index b094f4619a93..0b8d67f6dc6f 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -5,10 +5,9 @@
# $FreeBSD$
PORTNAME= subversion
-PORTVERSION= r3987 # 0.16.0
-PORTREVISION= 1
+PORTVERSION= 0.20.1
CATEGORIES= devel
-MASTER_SITES= http://subversion.tigris.org/files/documents/15/2123/
+MASTER_SITES= http://subversion.tigris.org/files/documents/15/3440/
MASTER_SITES+= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bmah
@@ -48,7 +47,8 @@ post-configure:
post-install:
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/doc/book; \
- ${MAKE} INSTALL_DIR=${DOCSDIR} install-book
+ ${MAKE} INSTALL_DIR=${DOCSDIR} \
+ install-book-html install-book-pdf install-book-ps
.endif
.include <bsd.port.mk>