aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/ratpoison
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2005-10-14 01:03:09 +0000
committerHerve Quiroz <hq@FreeBSD.org>2005-10-14 01:03:09 +0000
commitf6b53d4cf180ef6d933824c0d3b2bc880b42bfbb (patch)
tree8aa99ababf37a8f0138b230c3d7fd4bc04f818b2 /x11-wm/ratpoison
parent7a3b8724abc079c2608937cddfa1a104adcc95bb (diff)
downloadports-f6b53d4cf180ef6d933824c0d3b2bc880b42bfbb.tar.gz
ports-f6b53d4cf180ef6d933824c0d3b2bc880b42bfbb.zip
Notes
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r--x11-wm/ratpoison/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-wm/ratpoison/Makefile b/x11-wm/ratpoison/Makefile
index 1322764450c5..b870c18e1203 100644
--- a/x11-wm/ratpoison/Makefile
+++ b/x11-wm/ratpoison/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ratpoison
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,13 +15,21 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= hq@FreeBSD.org
COMMENT= Simple window manager with no fat library dependencies
+RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
+
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
OPTIONS= GDM_SUPPORT "Install session data files for GDM" off
.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
+
.if defined (WITH_GDM_SUPPORT)
PLIST_SUB+= WITH_GDM=""
post-configure: