aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2009-09-08 12:51:53 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2009-09-08 12:51:53 +0000
commit999792c6033c7a6cb527e40e26af0908e3d4b12f (patch)
treebb4e510b7e8c4db89ae29cc0d92093c6eace4741 /x11-wm
parent0f7c1e17eca020e31a1f567da182c348747df182 (diff)
downloadports-999792c6033c7a6cb527e40e26af0908e3d4b12f.tar.gz
ports-999792c6033c7a6cb527e40e26af0908e3d4b12f.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmii/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/wmii/Makefile b/x11-wm/wmii/Makefile
index b0eed1665f64..2184ec5aa750 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://dl.suckless.org/wmii/
MAINTAINER= danfe@FreeBSD.org
COMMENT= A dynamic, minimalist window manager for X11
@@ -18,6 +18,8 @@ LIB_DEPENDS= ixp.1:${PORTSDIR}/devel/libixp
RUN_DEPENDS= dmenu:${PORTSDIR}/x11/dmenu \
${LOCALBASE}/9/bin/rc:${PORTSDIR}/devel/9base
+CONFLICTS= wmii-s*
+
USE_ICONV= yes
USE_XORG= x11 xextproto xt xext
@@ -35,7 +37,7 @@ post-patch: .SILENT
${REINPLACE_CMD} -E 's| -g( -O0)?||' ${WRKSRC}/config.mk
${REINPLACE_CMD} -e 's|CFLAGS += -DIXPlint|& -DIXP_NEEDAPI=89|' \
${WRKSRC}/config.mk
-# Make actual compile/link command appear in the build log
+# Make actual compile/link commands appear in the build log
${REINPLACE_CMD} -e 's|^COMPILE=|& noisycc=yes | ; \
s|^LINK=|& noisycc=yes |' ${WRKSRC}/mk/hdr.mk