From d57fd0f88186260343ca13bc8bee960d36b511c6 Mon Sep 17 00:00:00 2001 From: Andrej Zverev Date: Thu, 7 Oct 2010 18:30:02 +0000 Subject: [PATCH] * bug fix (i7.sh) * bump PORTREVISION PR: ports/151262 Submitted by: Andy Kosela (maintainer) --- games/inform7/Makefile | 1 + games/inform7/files/i7.sh.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/games/inform7/Makefile b/games/inform7/Makefile index 0d1b3bf70b40..8a4d3e041793 100644 --- a/games/inform7/Makefile +++ b/games/inform7/Makefile @@ -7,6 +7,7 @@ PORTNAME= inform7 PORTVERSION= 6E72 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://ftp.ifarchive.org/if-archive/infocom/compilers/inform7/source/:1 \ http://ifarchive.heanet.ie/if-archive/infocom/compilers/inform7/source/:1 \ diff --git a/games/inform7/files/i7.sh.in b/games/inform7/files/i7.sh.in index bfc276e7dd8d..2a0951ed046d 100644 --- a/games/inform7/files/i7.sh.in +++ b/games/inform7/files/i7.sh.in @@ -34,7 +34,7 @@ rules=%%DATADIR%%/Extensions main() { mkdir -p $pkg.inform/Build $pkg.inform/Source $pkg.inform/Index - cp $pkg.ni $pkg.inform/Source + cp $pkg.ni $pkg.inform/Source/story.ni $ni --release --rules $rules --extension=$zsuf --package $pkg.inform mv "$pkg.inform/Build/Debug log.txt" debug.log if [ -s $pkg.inform/Build/auto.inf ]; then