diff options
author | az <az@FreeBSD.org> | 2010-10-08 02:30:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2010-10-08 02:30:02 +0800 |
commit | 86e73de4938aee09e3883a4827ac3eb516ca97a2 (patch) | |
tree | 90ab548cddd4b1019d4c0df90a58ab749a68c9f0 /games | |
parent | 6e8d4be7b8b1c85520ae13f18bce42ebbcfb6a11 (diff) | |
download | freebsd-ports-gnome-86e73de4938aee09e3883a4827ac3eb516ca97a2.tar.gz freebsd-ports-gnome-86e73de4938aee09e3883a4827ac3eb516ca97a2.tar.zst freebsd-ports-gnome-86e73de4938aee09e3883a4827ac3eb516ca97a2.zip |
* bug fix (i7.sh)
* bump PORTREVISION
PR: ports/151262
Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/inform7/Makefile | 1 | ||||
-rw-r--r-- | games/inform7/files/i7.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
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 |