aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2010-01-26 10:22:03 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2010-01-26 10:22:03 +0000
commit89034a7011f24af8a23ad5c64f080cbc54567260 (patch)
tree8b97ce270b9f5149fa3813d45e2636ba2e1f0ae9 /x11-wm
parentc74bb1977549f25e9a4563d62cd3de35782cae4b (diff)
downloadports-89034a7011f24af8a23ad5c64f080cbc54567260.tar.gz
ports-89034a7011f24af8a23ad5c64f080cbc54567260.zip
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/ratpoison/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile
index 5164d9c7ad58..811becd5bd09 100644
--- a/x11-wm/ratpoison/Makefile
+++ b/x11-wm/ratpoison/Makefile
@@ -7,15 +7,15 @@
PORTNAME= ratpoison
PORTVERSION= 1.4.5
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
- http://mirror.4bit.ws/ratpoison/
+ http://mirror.4bit.ws/
+MASTER_SITE_SUBDIR= ratpoison
MAINTAINER= dhn@FreeBSD.org
COMMENT= Simple window manager with no fat library dependencies
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
-
USE_XORG= xext xinerama xtst
GNU_CONFIGURE= yes
@@ -26,9 +26,7 @@ SUB_FILES= ratpoison.desktop
.include <bsd.port.pre.mk>
post-patch:
-.for file in rpws allwindows.sh
- ${REINPLACE_CMD} '1s|!\(/bin/bash\)|!/usr/local\1|' ${WRKSRC}/contrib/${file}
-.endfor
+ ${REINPLACE_CMD} -e 's|bash|sh|g' ${WRKSRC}/contrib/allwindows.sh
.if defined (WITH_GDM_SUPPORT)
PLIST_SUB+= WITH_GDM=""