diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-11 19:04:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-08-11 19:04:13 +0800 |
commit | 91634f0f23052728f5283ea546575b27288da392 (patch) | |
tree | f82fd41059dd8996ac509b4c4865d8fbe9051edf /games/secretmaryochronicles | |
parent | b5e53b3ec86fec35ebfea3cdfd1d3325d4176b75 (diff) | |
download | freebsd-ports-gnome-91634f0f23052728f5283ea546575b27288da392.tar.gz freebsd-ports-gnome-91634f0f23052728f5283ea546575b27288da392.tar.zst freebsd-ports-gnome-91634f0f23052728f5283ea546575b27288da392.zip |
- Create %%DATADIR%%/music directory on package installation to unbreak secretmaryochronicles-music
Requested by: Adam Weinberger <adamw at magnesium dot net> (private email)
Approved by: miwi (mentor implicit)
Diffstat (limited to 'games/secretmaryochronicles')
-rw-r--r-- | games/secretmaryochronicles/Makefile | 2 | ||||
-rw-r--r-- | games/secretmaryochronicles/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/games/secretmaryochronicles/Makefile b/games/secretmaryochronicles/Makefile index 8af427947c14..74cf6ab48506 100644 --- a/games/secretmaryochronicles/Makefile +++ b/games/secretmaryochronicles/Makefile @@ -7,7 +7,7 @@ PORTNAME= secretmaryochronicles PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF MASTER_SITE_SUBDIR= smclone diff --git a/games/secretmaryochronicles/pkg-plist b/games/secretmaryochronicles/pkg-plist index b22aeb1760e0..c5613c15b5b0 100644 --- a/games/secretmaryochronicles/pkg-plist +++ b/games/secretmaryochronicles/pkg-plist @@ -2022,6 +2022,7 @@ bin/smc %%DATADIR%%/world/world_4/layer.xml %%DATADIR%%/world/world_4/world.xml %%DATADIR%%/world/worlds.xml +@exec mkdir -p %D/share/smc/music @dirrm %%DATADIR%%/world/world_4 @dirrm %%DATADIR%%/world/world_3 @dirrm %%DATADIR%%/world/world_2 |