diff options
author | linimon <linimon@FreeBSD.org> | 2011-02-25 08:56:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-02-25 08:56:51 +0800 |
commit | b2c781ba75a3f49f946218761272e72157c816e0 (patch) | |
tree | 30af4baf2705dbcc65c0f082ba50627359cacdf0 /games | |
parent | 91003209040664d6ca9210f534eb9d6cac3bf216 (diff) | |
download | freebsd-ports-graphics-b2c781ba75a3f49f946218761272e72157c816e0.tar.gz freebsd-ports-graphics-b2c781ba75a3f49f946218761272e72157c816e0.tar.zst freebsd-ports-graphics-b2c781ba75a3f49f946218761272e72157c816e0.zip |
- make dirrmtry more friendly [1]
- allow checking STRIP when WITH_DEBUG is defined [2]
- unify the message with real URL by removing superfluous slash [3]
PR: 152102 [1],
153539 [2],
154653 [3]
Submitted by: az [1],
Anonymous <swell dot k at gmail dot com> [2],
sunpoet [3]
Diffstat (limited to 'games')
-rw-r--r-- | games/inform7/Makefile | 1 | ||||
-rw-r--r-- | games/inform7/pkg-plist | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games/inform7/Makefile b/games/inform7/Makefile index ebcfcdfb11e..239e5a6a8c0 100644 --- a/games/inform7/Makefile +++ b/games/inform7/Makefile @@ -7,6 +7,7 @@ PORTNAME= inform7 PORTVERSION= 6G60 +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/pkg-plist b/games/inform7/pkg-plist index a4832164a7e..3c2841e2c4a 100644 --- a/games/inform7/pkg-plist +++ b/games/inform7/pkg-plist @@ -97,9 +97,9 @@ bin/ni @dirrmtry %%DATADIR%%/Extensions/Reserved/Templates/Classic @dirrmtry %%DATADIR%%/Extensions/Reserved/Templates @dirrmtry %%DATADIR%%/Extensions/Reserved -@dirrmtry %%DATADIR%%/Extensions/Graham\ Nelson -@dirrmtry %%DATADIR%%/Extensions/Eric\ Eve -@dirrmtry %%DATADIR%%/Extensions/Emily\ Short -@dirrmtry %%DATADIR%%/Extensions/David\ Fisher +@dirrmtry %%DATADIR%%/Extensions/Graham Nelson +@dirrmtry %%DATADIR%%/Extensions/Eric Eve +@dirrmtry %%DATADIR%%/Extensions/Emily Short +@dirrmtry %%DATADIR%%/Extensions/David Fisher @dirrmtry %%DATADIR%%/Extensions @dirrmtry %%DATADIR%% |