diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-21 00:53:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-21 00:53:44 +0000 |
commit | a921c711a6838378e83d2747e7f46aadb3e01a0c (patch) | |
tree | 0c0574c6f9a78b371f67763e1581036ea80c6bcb /shells/zsh/Makefile | |
parent | 2d7392d2d73d725ccfee8fe76020b79b0c6d53ff (diff) |
Notes
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 8 |
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> |