summaryrefslogtreecommitdiff
path: root/wm/ratpoison/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-04-08 22:03:08 +0000
committertonio <tonio@pkgsrc.org>2006-04-08 22:03:08 +0000
commitea574c44ca63a2a708027b79b4b01eb60e487603 (patch)
treec16df6a2bffece2ede0461e0170f75333d7f724d /wm/ratpoison/Makefile
parent95ac70f75c2e026f6402110843e9da464a3b8f0c (diff)
downloadpkgsrc-ea574c44ca63a2a708027b79b4b01eb60e487603.tar.gz
Update wm/ratpoison to 1.4.0
patch-aa is no longer necessary: rpws is now a perl script * Changes since 1.4.0-beta4 - new parameters in frame dumps :screenh and :screenw specify the size of the screen the frame was on. - New window format characters - info takes optional argument and new infofmt setting - aspect ratio hint honoured - new hook deletewindow - _net_wm_pid property supported - set warp change: the mouse position relative to the window is now used - new command redo - new editor bindings C-m and C-h
Diffstat (limited to 'wm/ratpoison/Makefile')
-rw-r--r--wm/ratpoison/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile
index e92c9095d1c..990d0d52c47 100644
--- a/wm/ratpoison/Makefile
+++ b/wm/ratpoison/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2006/04/08 05:02:59 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/08 22:03:08 tonio Exp $
#
-DISTNAME= ratpoison-1.4.0-beta4
+DISTNAME= ratpoison-1.4.0
PKGNAME= ${DISTNAME:S/-beta/beta/}
CATEGORIES= wm
MASTER_SITES= http://savannah.nongnu.org/download/ratpoison/
@@ -14,10 +14,8 @@ GNU_CONFIGURE= YES
USE_GNU_READLINE= YES
INFO_FILES= # PLIST
-REPLACE_INTERPRETER+= bash
-REPLACE.bash.old= /usr/bin/env bash
-REPLACE.bash.new= ${SH}
-REPLACE_FILES.bash= contrib/rpws
+USE_TOOLS+= perl:run
+REPLACE_PERL+= contrib/rpws contrib/clickframe.pl
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"