aboutsummaryrefslogtreecommitdiff
path: root/devel/monotone/Makefile
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-09-28 14:33:43 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-09-28 14:33:43 +0000
commitdf4d3b94c3a08c8430d74d4d07206930e41833e7 (patch)
tree3875bca352cdcc821c9f0d414f7b7e029392cd67 /devel/monotone/Makefile
parent42e80e12bcbc42b14600b6e9ed077d86a8ea7c7a (diff)
downloadports-df4d3b94c3a08c8430d74d4d07206930e41833e7.tar.gz
ports-df4d3b94c3a08c8430d74d4d07206930e41833e7.zip
- Update to 0.41.
PR: ports/127092 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
Notes
Notes: svn path=/head/; revision=220941
Diffstat (limited to 'devel/monotone/Makefile')
-rw-r--r--devel/monotone/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index b980cad2970a..25c274c13b8f 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= monotone
-PORTVERSION= 0.40
-PORTREVISION= 2
+PORTVERSION= 0.41
CATEGORIES= devel
MASTER_SITES= http://monotone.ca/downloads/${PORTVERSION}/
@@ -28,7 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS+= --with-system-pcre
-PLIST_FILES= bin/mtn share/zsh/site-functions/_mtn \
+PLIST_FILES= bin/mtn bin/mtnopt share/zsh/site-functions/_mtn \
"@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true" \
"@dirrmtry share/zsh"
.if !defined(NO_INSTALL_MANPAGES)