summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-04 12:33:45 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-04 12:33:45 +0000
commite3040e75e00ec0829ab1b3d8aba075ba5bfe0c2f (patch)
tree56e1d7354030450cafecb2cd078ee3f0386fd098 /shells
parentf24ae1bb8a6b06bbabc8387268d2b2efeabe2b77 (diff)
downloadpkgsrc-e3040e75e00ec0829ab1b3d8aba075ba5bfe0c2f.tar.gz
Fix path to newly installed es in esdump. Bump revision.
Diffstat (limited to 'shells')
-rw-r--r--shells/es/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile
index b397ea08288..5e51bb7f418 100644
--- a/shells/es/Makefile
+++ b/shells/es/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2007/02/22 19:23:04 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2007/08/04 12:33:45 joerg Exp $
DISTNAME= es-0.9-alpha1
PKGNAME= es-0.9a1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= shells
MASTER_SITES= ftp://ftp.sys.toronto.edu/pub/es/
@@ -12,4 +12,10 @@ COMMENT= Extensible shell, derived from plan9's rc
PKG_SHELL= bin/es
+SUBST_CLASSES= path
+SUBST_STAGE.path= pre-configure
+SUBST_MESSAGE.path= Fixing path to es in scripts.
+SUBST_FILES.path= esdebug
+SUBST_SED.path= -e 's|^\#! /bin/es|\#! ${PREFIX:Q}/bin/es|'
+
.include "../../mk/bsd.pkg.mk"