diff options
author | will <will@FreeBSD.org> | 2000-07-01 22:42:42 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-01 22:42:42 +0000 |
commit | 1d7b42dee0792d9895b3091b283c5982d13cffd0 (patch) | |
tree | 65d8f3672744bb6201a8e992eb06dc698e3918ea /shells/zsh | |
parent | 61bfd7e9a95e02379daf17eb388a958350f615c9 (diff) | |
download | FreeBSD-ports-1d7b42dee0792d9895b3091b283c5982d13cffd0.zip FreeBSD-ports-1d7b42dee0792d9895b3091b283c5982d13cffd0.tar.gz |
Update to 3.0.8. Remove useless echo in Makefile.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 3 | ||||
-rw-r--r-- | shells/zsh/distinfo | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index fb3a0e4..ae926f1 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zsh -PORTVERSION= 3.0.7 +PORTVERSION= 3.0.8 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.sterling.com/zsh/ \ @@ -31,7 +31,6 @@ CONFIGURE_ENV+= "LDFLAGS=-static" post-build: # Fix ".so" macro problem by using "soelim" command. - @echo HERE!!! @(cd ${WRKSRC} ; \ ${LN} -sf ./Doc man1 ; \ if [ ! -f ./man1/zshall.1.source ]; then \ diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo index 29902be..d9e64c6 100644 --- a/shells/zsh/distinfo +++ b/shells/zsh/distinfo @@ -1 +1 @@ -MD5 (zsh-3.0.7.tar.gz) = da3d2f21522c4d51c97f3686d4becd5a +MD5 (zsh-3.0.8.tar.gz) = 031f50c9332e53c30d1103d9d355f4ea |