diff options
author | Lars Engels <lme@FreeBSD.org> | 2012-04-22 02:33:49 +0800 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2012-04-22 02:33:49 +0800 |
commit | 619f643a117e6977a68b5fa3f9819a60c52dcfe6 (patch) | |
tree | 030089df3acba9fbefc5859a8c8562833d759ab8 /games | |
parent | 6067b48eb12d3f6c3c82fbe86c4eafa9190209ac (diff) | |
download | freebsd-ports-gnome-619f643a117e6977a68b5fa3f9819a60c52dcfe6.tar.gz freebsd-ports-gnome-619f643a117e6977a68b5fa3f9819a60c52dcfe6.tar.zst freebsd-ports-gnome-619f643a117e6977a68b5fa3f9819a60c52dcfe6.zip |
- WWW is no longer available, change to an alternative version
- Use @dirrmtry instead of @unexec
- Grab maintainership
Diffstat (limited to 'games')
-rw-r--r-- | games/jaggedalliance2/Makefile | 2 | ||||
-rw-r--r-- | games/jaggedalliance2/pkg-descr | 2 | ||||
-rw-r--r-- | games/jaggedalliance2/pkg-plist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index 0419eaed5e5b..566e7a8eb095 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= http://deponie.yamagi.org/freebsd/distfiles/ \ http://tron.homeunix.org/ja2/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lme@FreeBSD.org COMMENT= A port of "Jagged Alliance 2" using SDL DISTVERSIONSUFFIX= -source diff --git a/games/jaggedalliance2/pkg-descr b/games/jaggedalliance2/pkg-descr index 21ec4d69e1b7..7c6e947b4043 100644 --- a/games/jaggedalliance2/pkg-descr +++ b/games/jaggedalliance2/pkg-descr @@ -3,4 +3,4 @@ mercenaries to liberate the small country of Arulco. You need an original game CD and installation to use this port. -WWW: http://ja2.dragonriders.de/ +WWW: http://tron.homeunix.org/ja2/ diff --git a/games/jaggedalliance2/pkg-plist b/games/jaggedalliance2/pkg-plist index 6f7486a243a2..a2026ebe55c1 100644 --- a/games/jaggedalliance2/pkg-plist +++ b/games/jaggedalliance2/pkg-plist @@ -3,5 +3,5 @@ share/applications/ja2-stracciatella.desktop share/pixmaps/jagged2.ico @dirrm %%DATADIR%%/Data/TILECACHE @dirrm %%DATADIR%%/Data -@unexec rmdir %D/%%DATADIR%% 2>/dev/null || echo "Warning: data files in %D/%%DATADIR%% have been left intact." +@dirrmtry %D/%%DATADIR%% 2>/dev/null || echo "Warning: data files in %D/%%DATADIR%% have been left intact." @dirrmtry share/applications |