Fix path to newly installed es in esdump. Bump revision.
This commit is contained in:
parent
f24ae1bb8a
commit
e3040e75e0
1 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue