diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-01 09:49:34 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-01 09:49:34 +0000 |
commit | 6ba98c9b6f0d60508aa38b19db8368aac1b910b7 (patch) | |
tree | 91a1cbd3d1611b3a740b7d8d532e456e894be0e8 /x11-wm/herbstluftwm/Makefile | |
parent | d8885b58f99f561c7f5ebb46148e1ca28be57930 (diff) | |
download | ports-6ba98c9b6f0d60508aa38b19db8368aac1b910b7.tar.gz ports-6ba98c9b6f0d60508aa38b19db8368aac1b910b7.zip |
Notes
Diffstat (limited to 'x11-wm/herbstluftwm/Makefile')
-rw-r--r-- | x11-wm/herbstluftwm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/herbstluftwm/Makefile b/x11-wm/herbstluftwm/Makefile index 0a7f9feac248..484977991649 100644 --- a/x11-wm/herbstluftwm/Makefile +++ b/x11-wm/herbstluftwm/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= herbstluftwm -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= x11-wm -MASTER_SITES= http://wwwcip.cs.fau.de/~re06huxa/herbstluftwm/tarballs/ +MASTER_SITES= http://herbstluftwm.org/tarballs/ MAINTAINER= crshd@mail.com COMMENT= Manual tiling window manager for X11 @@ -40,7 +40,7 @@ PLIST_SUB+= ZSH="@comment " .endif post-patch: - ${REINPLACE_CMD} -e '/-[LI]\/usr/s,usr,${LOCALBASE},' \ + ${REINPLACE_CMD} -e '/-[LI]\/usr/s,/usr,${LOCALBASE},' \ ${WRKSRC}/config.mk ${REINPLACE_CMD} -e '/LICENSEDIR/d' ${WRKSRC}/Makefile ${GREP} -Rl --null '^#!/bin/bash' ${WRKSRC} | ${XARGS} -0 \ |