summaryrefslogtreecommitdiff
path: root/wm/ratpoison/Makefile
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-03-09 14:50:31 +0000
committerghen <ghen@pkgsrc.org>2006-03-09 14:50:31 +0000
commit8cf271c6e87684e5c59b2dc80574a145a78c786f (patch)
tree5dfaf291a174bff9f21a03a3c2c7d0ff9f7c9c44 /wm/ratpoison/Makefile
parent23a3bdbb82a2c960c25e3cc2bb660a5a6636bcaa (diff)
downloadpkgsrc-8cf271c6e87684e5c59b2dc80574a145a78c786f.tar.gz
Use REPLACE_INTERPRETER instead of a patch.
Diffstat (limited to 'wm/ratpoison/Makefile')
-rw-r--r--wm/ratpoison/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/wm/ratpoison/Makefile b/wm/ratpoison/Makefile
index 6c0bd07fc9b..4836def4fd9 100644
--- a/wm/ratpoison/Makefile
+++ b/wm/ratpoison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/02/16 11:12:13 tonio Exp $
+# $NetBSD: Makefile,v 1.19 2006/03/09 14:50:31 ghen Exp $
#
DISTNAME= ratpoison-1.4.0-beta4
@@ -15,6 +15,11 @@ USE_GNU_READLINE= YES
INFO_FILES= ratpoison.info
+REPLACE_INTERPRETER+= bash
+_REPLACE.bash.old= /usr/bin/env bash
+_REPLACE.bash.new= ${SH:Q}
+_REPLACE_FILES.bash= contrib/rpws
+
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"