diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-09-16 17:35:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-09-16 17:35:08 +0000 |
commit | 30bc58b1f20bf7625670d8f12a72420f0c4ac600 (patch) | |
tree | 8e2bf656be3469e6096af7e4a4dfdc9c0f174480 /games/inform7/files | |
parent | 119df4dd913c91d3332456f434b1a88c7dc7e843 (diff) | |
download | ports-30bc58b1f20bf7625670d8f12a72420f0c4ac600.tar.gz ports-30bc58b1f20bf7625670d8f12a72420f0c4ac600.zip |
Notes
Diffstat (limited to 'games/inform7/files')
-rw-r--r-- | games/inform7/files/i7.6 | 4 | ||||
-rw-r--r-- | games/inform7/files/i7.sh.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/inform7/files/i7.6 b/games/inform7/files/i7.6 index 28cbe2e0d100..dfebf97174d3 100644 --- a/games/inform7/files/i7.6 +++ b/games/inform7/files/i7.6 @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd June 30, 2014 +.Dd September 16, 2014 .Dt I7 6 .Os .Sh NAME @@ -129,7 +129,7 @@ story.$$.sav - save game from a walkthrough file .fi .Sh FILES .Bl -tag -width ".Pa /usr/local" -.It Pa /usr/local/share/inform7/Extensions +.It Pa /usr/local/share/inform7 Directory where Inform extensions are stored. .Sh SEE ALSO .Xr frotz 6 diff --git a/games/inform7/files/i7.sh.in b/games/inform7/files/i7.sh.in index a1f031c77943..450e61f1f6ff 100644 --- a/games/inform7/files/i7.sh.in +++ b/games/inform7/files/i7.sh.in @@ -29,14 +29,14 @@ inform=%%PREFIX%%/bin/inform6 ni=%%PREFIX%%/bin/ni -rules=%%DATADIR%%/Extensions +rules=%%DATADIR%%/Internal main() { pkg=`basename $story | cut -d. -f1 2>/dev/null` mkdir -p $pkg.inform/Build $pkg.inform/Source $pkg.inform/Index cp $story $pkg.inform/Source/story.ni - $ni --release --rules $rules --extension=$zsuf --package $pkg.inform + $ni --release --internal $rules --format=$zsuf --project $pkg.inform mv "$pkg.inform/Build/Debug log.txt" debug.log if [ -s $pkg.inform/Build/auto.inf ]; then echo "" |