pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/xrick Fix sed expression so that xrick really fi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/82ebf454722e
branches: trunk
changeset: 479193:82ebf454722e
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Aug 07 09:28:20 2004 +0000
description:
Fix sed expression so that xrick really finds its sound files by
default, as intended by the previous change. Bump PKGREVISION.
diffstat:
games/xrick/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 557295ae3b51 -r 82ebf454722e games/xrick/Makefile
--- a/games/xrick/Makefile Sat Aug 07 09:11:07 2004 +0000
+++ b/games/xrick/Makefile Sat Aug 07 09:28:20 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2004/03/07 02:59:42 snj Exp $
+# $NetBSD: Makefile,v 1.8 2004/08/07 09:28:20 wiz Exp $
#
DISTNAME= xrick-021212
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= games
MASTER_SITES= http://www.bigorno.net/xrick/
EXTRACT_SUFX= .tgz
@@ -25,7 +25,7 @@
SUBST_STAGE.data= post-patch
SUBST_MESSAGE.data= Adjusting path to data.zip
SUBST_FILES.data= src/xrick.c
-SUBST_SED.data= -e "s|data.zip|${PREFIX}/share/xrick/&1|"
+SUBST_SED.data= -e "s|data.zip|${PREFIX}/share/xrick/&|"
post-extract:
cd ${WRKSRC} && ${GUNZIP_CMD} xrick.6.gz
Home |
Main Index |
Thread Index |
Old Index