diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/awesome/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index 0007f79d40e5..a659ec61b2f9 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -7,7 +7,7 @@ PORTNAME= awesome PORTVERSION= 3.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ \ http://redundancy.redundancy.org/mirror/ @@ -81,4 +81,7 @@ pre-configure: ${WRKSRC}/awesomeConfig.cmake .endif +post-patch: + @${RM} -f ${WRKSRC}/lib/awful/placement.lua.in.orig + .include <bsd.port.post.mk> |