pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/fromcvs Fix wrapper scripts togit and tohg to ma...
details: https://anonhg.NetBSD.org/pkgsrc/rev/45579f3daf4d
branches: trunk
changeset: 547275:45579f3daf4d
user: taca <taca%pkgsrc.org@localhost>
date: Mon Sep 15 02:45:21 2008 +0000
description:
Fix wrapper scripts togit and tohg to make it work, specifying load
rubygems on command line.
Bump PKGREVISION.
diffstat:
devel/fromcvs/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 29b577b8f2b7 -r 45579f3daf4d devel/fromcvs/Makefile
--- a/devel/fromcvs/Makefile Mon Sep 15 02:25:54 2008 +0000
+++ b/devel/fromcvs/Makefile Mon Sep 15 02:45:21 2008 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2008/06/21 15:58:58 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2008/09/15 02:45:21 taca Exp $
DISTNAME= 0431bbe66219
# Last part of PKGNAME is changeset number
PKGNAME= fromcvs-0.0.0.124
+PKGREVISION= 1
CATEGORIES= devel scm
MASTER_SITES= http://ww2.fs.ei.tum.de/~corecode/hg/fromcvs/archive/
EXTRACT_SUFX= .tar.bz2
@@ -32,9 +33,9 @@
do-build:
${ECHO} "#!/bin/sh" > ${WRKSRC}/togit
- ${ECHO} "${RUBY} -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/togit.rb \"\$$@\"" >> ${WRKSRC}/togit
+ ${ECHO} "${RUBY} -rubygems -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/togit.rb \"\$$@\"" >> ${WRKSRC}/togit
${ECHO} "#!/bin/sh" > ${WRKSRC}/tohg
- ${ECHO} "${RUBY} -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/tohg.rb \"\$$@\"" >> ${WRKSRC}/tohg
+ ${ECHO} "${RUBY} -rubygems -I${PREFIX}/share/fromcvs ${PREFIX}/share/fromcvs/tohg.rb \"\$$@\"" >> ${WRKSRC}/tohg
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/fromcvs
Home |
Main Index |
Thread Index |
Old Index