diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-18 23:50:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-18 23:50:52 +0000 |
commit | 99aa298198199777464d41c80b625fdeb621bd4f (patch) | |
tree | 5cd8d9a89abf960dacee3df8901d775bc0f41085 /shells | |
parent | fab19bb2644024340aefd4ee182120ce21c0fed8 (diff) | |
download | ports-99aa298198199777464d41c80b625fdeb621bd4f.tar.gz ports-99aa298198199777464d41c80b625fdeb621bd4f.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index c9ae637a72ad..c1d7bf9ee456 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -7,7 +7,7 @@ PORTNAME= zsh PORTVERSION= 4.3.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= shells MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-dev/${PORTVERSION} \ SF/${PORTNAME}/${PORTNAME}-doc-dev/${PORTVERSION}:doc @@ -115,6 +115,7 @@ CONFIGURE_ARGS+= --disable-multibyte .endif post-patch: + @${REINPLACE_CMD} -e '/LIBS/s/-lrt//' ${WRKSRC}/configure @${SED} -i "" -e "s,link=dynamic,link=either," \ ${WRKSRC}/Src/Modules/*.mdd @${SED} -i "" -e "s,/etc/,${LOCALBASE}/etc/," \ |