* bug fix (i7.sh)
* bump PORTREVISION PR: ports/151262 Submitted by: Andy Kosela <akosela@andykosela.com> (maintainer)
This commit is contained in:
parent
8444fbb214
commit
d57fd0f881
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262574
2 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue