Update to 3.0.8. Remove useless echo in Makefile.
This commit is contained in:
parent
8a667fbfec
commit
0778a5cda7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30051
2 changed files with 2 additions and 3 deletions
|
@ -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 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (zsh-3.0.7.tar.gz) = da3d2f21522c4d51c97f3686d4becd5a
|
||||
MD5 (zsh-3.0.8.tar.gz) = 031f50c9332e53c30d1103d9d355f4ea
|
||||
|
|
Loading…
Reference in a new issue