aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/openbox/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-07-30 16:56:16 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-07-30 16:56:16 +0000
commitca19d8635e399d0aa589d6d7b767a8d8d4efb66e (patch)
tree10b23e242e0b0a5f9bbbfdc00f612847e24d0e36 /x11-wm/openbox/Makefile
parent4b208014c874636a130364ce7b2667394ae9ba9b (diff)
downloadports-ca19d8635e399d0aa589d6d7b767a8d8d4efb66e.tar.gz
ports-ca19d8635e399d0aa589d6d7b767a8d8d4efb66e.zip
Notes
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r--x11-wm/openbox/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile
index c661b44f1334..d079ce12c1e6 100644
--- a/x11-wm/openbox/Makefile
+++ b/x11-wm/openbox/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= openbox
-PORTVERSION= 3.4.2
+PORTVERSION= 3.4.3
CATEGORIES= x11-wm
MASTER_SITES= http://offload1.icculus.org/openbox/releases/
@@ -45,4 +45,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
${WRKSRC}/Makefile.in
+post-configure:
+ @${CHMOD} +x ${WRKSRC}/install-sh
+
.include <bsd.port.mk>