diff options
author | joerg <joerg> | 2007-08-04 12:33:45 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-04 12:33:45 +0000 |
commit | 08c302f0245ed7de628b7aa1ad7467c9ff7f7c18 (patch) | |
tree | 56e1d7354030450cafecb2cd078ee3f0386fd098 /shells | |
parent | 175f6b4c389d86c5e5a0a9a7af6b07a81c20ce5b (diff) | |
download | pkgsrc-08c302f0245ed7de628b7aa1ad7467c9ff7f7c18.tar.gz |
Fix path to newly installed es in esdump. Bump revision.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/es/Makefile | 10 |
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" |