pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/es Fix path to newly installed es in esdump. Bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e102cba12321
branches:  trunk
changeset: 531683:e102cba12321
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Aug 04 12:33:45 2007 +0000

description:
Fix path to newly installed es in esdump. Bump revision.

diffstat:

 shells/es/Makefile |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c27cdd38ff75 -r e102cba12321 shells/es/Makefile
--- a/shells/es/Makefile        Sat Aug 04 12:32:01 2007 +0000
+++ b/shells/es/Makefile        Sat Aug 04 12:33:45 2007 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index