diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-20 22:10:48 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-10-20 22:10:48 +0800 |
commit | e9fcf60c148ef2c6ba7efe1ca29d14847266f962 (patch) | |
tree | 454747de79835c884f948009ef764bcee996a5c0 | |
parent | 00baa5dc51397c85d8ba2822a6820b0a6a6631b7 (diff) | |
download | freebsd-ports-gnome-e9fcf60c148ef2c6ba7efe1ca29d14847266f962.tar.gz freebsd-ports-gnome-e9fcf60c148ef2c6ba7efe1ca29d14847266f962.tar.zst freebsd-ports-gnome-e9fcf60c148ef2c6ba7efe1ca29d14847266f962.zip |
- Fix empty directories
-rw-r--r-- | games/spring/Makefile | 1 | ||||
-rw-r--r-- | games/spring/pkg-plist | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile index a6d05e352330..6526dd41c627 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -7,6 +7,7 @@ PORTNAME= spring PORTVERSION= 0.77b4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://spring.clan-sy.com/dl/ \ http://www.amdmi3.ru/distfiles/ diff --git a/games/spring/pkg-plist b/games/spring/pkg-plist index 8ca4e813322d..3056b04fa563 100644 --- a/games/spring/pkg-plist +++ b/games/spring/pkg-plist @@ -227,6 +227,12 @@ share/pixmaps/spring.png %%DATADIR%%/startscripts/ordertroops.lua %%DATADIR%%/teamcolors.lua %%DATADIR%%/uikeys.txt +@exec mkdir -p %D/%%DATADIR%%/AI/AAI/cache +@exec mkdir -p %D/%%DATADIR%%/AI/AAI/learn/map +@exec mkdir -p %D/%%DATADIR%%/AI/AAI/learn/mod +@exec mkdir -p %D/%%DATADIR%%/AI/AAI/log +@exec mkdir -p %D/%%DATADIR%%/maps +@exec mkdir -p %D/%%DATADIR%%/mods @dirrm %%DATADIR%%/startscripts @dirrm %%DATADIR%%/mods @dirrm %%DATADIR%%/maps |