aboutsummaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-21 00:53:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-21 00:53:44 +0000
commita921c711a6838378e83d2747e7f46aadb3e01a0c (patch)
tree0c0574c6f9a78b371f67763e1581036ea80c6bcb /shells/zsh/Makefile
parent2d7392d2d73d725ccfee8fe76020b79b0c6d53ff (diff)
Notes
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r--shells/zsh/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index f228629c5f80..21bb62523402 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= zsh
-PORTVERSION= 5.0.2
-PORTREVISION= 1
+PORTVERSION= 5.0.4
CATEGORIES= shells
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
SF/${PORTNAME}/${PORTNAME}-doc/${PORTVERSION}:doc
@@ -129,4 +128,9 @@ post-install:
${CHMOD} 644 $$i.zwc ; \
done'
+regression-test:
+ @cd ${WRKSRC}; ${SETENV} -i ${MAKE} check
+
+
+
.include <bsd.port.mk>