diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-06-29 07:44:56 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2009-06-29 07:44:56 +0000 |
commit | 159631e35b1316c999eb8aec5afce9e2b40ac5d7 (patch) | |
tree | 81facd262d0dff36423c0b2d822c8df5335d3b69 /x11-wm/wmii | |
parent | 127913cfdce6f3246cd5b081ef80d9d784a249b5 (diff) | |
download | ports-159631e35b1316c999eb8aec5afce9e2b40ac5d7.tar.gz ports-159631e35b1316c999eb8aec5afce9e2b40ac5d7.zip |
Notes
Diffstat (limited to 'x11-wm/wmii')
-rw-r--r-- | x11-wm/wmii/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile index d3902a6a659b..b0eed1665f64 100644 --- a/x11-wm/wmii/Makefile +++ b/x11-wm/wmii/Makefile @@ -9,7 +9,7 @@ PORTNAME= wmii DISTVERSION= 3.6 PORTREVISION= 2 CATEGORIES= x11-wm -MASTER_SITES= http://code.suckless.org/dl/${PORTNAME}/ +MASTER_SITES= http://code.suckless.org/dl/${PORTNAME}/ MAINTAINER= danfe@FreeBSD.org COMMENT= A dynamic, minimalist window manager for X11 @@ -34,7 +34,7 @@ post-patch: .SILENT # Strip debug build options ${REINPLACE_CMD} -E 's| -g( -O0)?||' ${WRKSRC}/config.mk ${REINPLACE_CMD} -e 's|CFLAGS += -DIXPlint|& -DIXP_NEEDAPI=89|' \ - ${WRKSRC}/config.mk$ + ${WRKSRC}/config.mk # Make actual compile/link command appear in the build log ${REINPLACE_CMD} -e 's|^COMPILE=|& noisycc=yes | ; \ s|^LINK=|& noisycc=yes |' ${WRKSRC}/mk/hdr.mk |