aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/awesome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/awesome/Makefile')
-rw-r--r--x11-wm/awesome/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile
index 399eb483fb07..c33032cedd90 100644
--- a/x11-wm/awesome/Makefile
+++ b/x11-wm/awesome/Makefile
@@ -7,7 +7,7 @@
PORTNAME= awesome
PORTVERSION= 3.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-wm
MASTER_SITES= http://awesome.naquadah.org/download/ \
http://redundancy.redundancy.org/mirror/
@@ -64,6 +64,9 @@ CMAKE_ARGS += -DWITH_DBUS=YES
CMAKE_ARGS += -DWITH_DBUS=NO
.endif
+post-patch:
+ @${RM} ${WRKSRC}/lib/awful/*.orig
+
pre-configure:
@${REINPLACE_CMD} \
-e 's/"generate luadoc" ON/\"generate luadoc" OFF/g' \