aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/wmii
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2009-06-29 15:44:56 +0800
committerdanfe <danfe@FreeBSD.org>2009-06-29 15:44:56 +0800
commit883a19f09847381de56c104d4699b8ce3b9e85f9 (patch)
tree5be94f4dcc36911a51f1f353d7ae57efe2a300a8 /x11-wm/wmii
parent57e34cacbaf046cd91441471142b73d004979e8f (diff)
downloadfreebsd-ports-gnome-883a19f09847381de56c104d4699b8ce3b9e85f9.tar.gz
freebsd-ports-gnome-883a19f09847381de56c104d4699b8ce3b9e85f9.tar.zst
freebsd-ports-gnome-883a19f09847381de56c104d4699b8ce3b9e85f9.zip
Cleanup, no functional changes.
Diffstat (limited to 'x11-wm/wmii')
-rw-r--r--x11-wm/wmii/Makefile4
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