aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/ratpoison
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2010-01-26 18:22:03 +0800
committerdhn <dhn@FreeBSD.org>2010-01-26 18:22:03 +0800
commitfec5161ef6794c0ab41241ba498c955db3b44d49 (patch)
tree1827a5ed0523c128f5ddecd28b42e40dd397fb31 /x11-wm/ratpoison
parentf4b5b2e5e7148775788f2f2564ac71995aa28abf (diff)
downloadfreebsd-ports-gnome-fec5161ef6794c0ab41241ba498c955db3b44d49.tar.gz
freebsd-ports-gnome-fec5161ef6794c0ab41241ba498c955db3b44d49.tar.zst
freebsd-ports-gnome-fec5161ef6794c0ab41241ba498c955db3b44d49.zip
- Fix MASTER_SITES
- Removed unneeded dependency - Bump PORTREVISION
Diffstat (limited to 'x11-wm/ratpoison')
-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=""