diff options
author | ghen <ghen@pkgsrc.org> | 2006-03-09 14:50:31 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-03-09 14:50:31 +0000 |
commit | 8cf271c6e87684e5c59b2dc80574a145a78c786f (patch) | |
tree | 5dfaf291a174bff9f21a03a3c2c7d0ff9f7c9c44 /editors | |
parent | 23a3bdbb82a2c960c25e3cc2bb660a5a6636bcaa (diff) | |
download | pkgsrc-8cf271c6e87684e5c59b2dc80574a145a78c786f.tar.gz |
Use REPLACE_INTERPRETER instead of a patch.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ce/Makefile | 7 | ||||
-rw-r--r-- | editors/ce/distinfo | 4 | ||||
-rw-r--r-- | editors/ce/patches/patch-ab | 10 |
3 files changed, 10 insertions, 11 deletions
diff --git a/editors/ce/Makefile b/editors/ce/Makefile index 52a77c9e0b7..811b8c9d1db 100644 --- a/editors/ce/Makefile +++ b/editors/ce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/05/23 09:17:45 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2006/03/09 14:50:31 ghen Exp $ # .include "Makefile.common" @@ -7,6 +7,11 @@ COMMENT+= , tty version PKG_INSTALLATION_TYPES= overwrite pkgviews +REPLACE_INTERPRETER+= bash +_REPLACE.bash.old= .*/bin/bash +_REPLACE.bash.new= ${SH:Q} +_REPLACE_FILES.bash= teach-ce.in + BUILD_TARGET= ce INSTALL_TARGET= install man-install diff --git a/editors/ce/distinfo b/editors/ce/distinfo index 0e9b897717d..17bd9d8cf5f 100644 --- a/editors/ce/distinfo +++ b/editors/ce/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2006/01/13 10:10:46 schmonz Exp $ +$NetBSD: distinfo,v 1.7 2006/03/09 14:50:31 ghen Exp $ SHA1 (ce-4.6.tar.gz) = 94d7ef6db3e9baf60205e922038d040380b67879 RMD160 (ce-4.6.tar.gz) = 9a9f55d639f5bae7a4f9a18b4480333bfe400785 Size (ce-4.6.tar.gz) = 287489 bytes SHA1 (patch-aa) = 50322176da6a8dc2460aadf649a7f4dd2979a047 -SHA1 (patch-ab) = 4c9cc4535ce750e84efc65ce9aed08581aa302d6 +SHA1 (patch-ab) = d41e4ece57025fe0c65a7897e55e34b51717f659 diff --git a/editors/ce/patches/patch-ab b/editors/ce/patches/patch-ab index 6e6e63e0e01..fcf9f413ac3 100644 --- a/editors/ce/patches/patch-ab +++ b/editors/ce/patches/patch-ab @@ -1,13 +1,7 @@ -$NetBSD: patch-ab,v 1.2 2005/01/08 07:46:15 schmonz Exp $ +$NetBSD: patch-ab,v 1.3 2006/03/09 14:50:31 ghen Exp $ ---- teach-ce.in.orig 1999-03-30 12:56:24.000000000 -0500 +--- teach-ce.in.orig 2006-03-09 15:27:38.000000000 +0100 +++ teach-ce.in -@@ -1,4 +1,4 @@ --#! /bin/bash -+#! /bin/sh - # - # @configure_input@ - # @@ -34,7 +34,7 @@ esac export PATH |