aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-darcs/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2004-02-22 16:04:55 +0000
committerOliver Braun <obraun@FreeBSD.org>2004-02-22 16:04:55 +0000
commitbfca8ad1bf2a9d01a315825d9beda4619e875679 (patch)
tree4766d502385fd5481adbca535ba234c6f6f353b1 /devel/hs-darcs/Makefile
parent1846b7dbfe0c0f4f4e187bf81c662e2877f494e9 (diff)
downloadports-bfca8ad1bf2a9d01a315825d9beda4619e875679.tar.gz
ports-bfca8ad1bf2a9d01a315825d9beda4619e875679.zip
Upgrade to 0.9.17
Notes
Notes: svn path=/head/; revision=101739
Diffstat (limited to 'devel/hs-darcs/Makefile')
-rw-r--r--devel/hs-darcs/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile
index 38ad59a294fb..a4e874584a4f 100644
--- a/devel/hs-darcs/Makefile
+++ b/devel/hs-darcs/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= darcs
-PORTVERSION= 0.9.15
-PORTREVISION= 1
+PORTVERSION= 0.9.17
CATEGORIES= devel
MASTER_SITES= http://www.abridgegame.org/darcs/
@@ -50,8 +49,6 @@ pre-everything::
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|/usr/share/doc/darcs|${DOCSDIR}|' \
- ${WRKSRC}/darcsman.hs
.if defined(WITH_SERVER)
@${REINPLACE_CMD} -e 's|$$(libexecdir)/cgi-bin|${PREFIX}/${CGIDIR}| ; \
s|darcs/cgi.conf|cgi.conf.sample|' \
@@ -61,8 +58,7 @@ post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e '/$$(datadir)/d' ${WRKSRC}/${MAKEFILE}
.else
- @${REINPLACE_CMD} -e 's|$$(datadir)/doc|${DOCSDIR}| ; /darcs\.ps/d' \
- ${WRKSRC}/${MAKEFILE}
+ @${REINPLACE_CMD} -e '/darcs\.ps/d' ${WRKSRC}/${MAKEFILE}
.endif
post-configure: