aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmii-devel/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-21 11:04:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-04-21 11:04:23 +0000
commite7ff6eb73efc1801e5333f649c6a4c485d0d84e9 (patch)
tree93685f99b1f1e56648db60e1513c7c47b7c0095f /x11-wm/wmii-devel/Makefile
parentee8d1b35cad1b7b6b9a871d57fd0e30cfac6dc67 (diff)
downloadports-e7ff6eb73efc1801e5333f649c6a4c485d0d84e9.tar.gz
ports-e7ff6eb73efc1801e5333f649c6a4c485d0d84e9.zip
Notes
Diffstat (limited to 'x11-wm/wmii-devel/Makefile')
-rw-r--r--x11-wm/wmii-devel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/wmii-devel/Makefile b/x11-wm/wmii-devel/Makefile
index 71ef70bef9d4..0e262c8f1231 100644
--- a/x11-wm/wmii-devel/Makefile
+++ b/x11-wm/wmii-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= wmii
PORTVERSION= 3.9.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://dl.suckless.org/wmii/
PKGNAMESUFFIX= -devel
@@ -19,7 +19,8 @@ LIB_DEPENDS= libixp.so:devel/libixp
CONFLICTS= wmii-[0-9]*
-USES= pkgconfig tar:tbz
+USES= pkgconfig python:run shebangfix tar:tbz
+SHEBANG_FILES= alternative_wmiircs/python/wmiirc
USE_XORG= x11 xext xrandr xrender xinerama xft
MAKE_ARGS= PREFIX="${PREFIX}" INCLUDE="${LOCALBASE}/include" \
@@ -36,6 +37,7 @@ post-patch:
${WRKSRC}/config.mk
post-install:
+ @${RM} ${STAGEDIR}${DOCSDIR}/LICENSE
.for f in bin/wimenu bin/wmii bin/wmii9menu bin/wmiir lib/libwmii_hack.so
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/${f}
.endfor