From d4b0074d225f7341f230989d35d970b97698768f Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Thu, 28 Mar 2002 23:14:58 +0000 Subject: Make sure to make the directories we're installing data into and add missing @dirrm's to the pkg-plist. PR: 36437 Submitted by: Josh Elsasser --- games/alephone-data/Makefile | 2 ++ games/alephone-data/pkg-plist | 2 ++ 2 files changed, 4 insertions(+) (limited to 'games/alephone-data') diff --git a/games/alephone-data/Makefile b/games/alephone-data/Makefile index ddca070490dd..c5f27765a689 100644 --- a/games/alephone-data/Makefile +++ b/games/alephone-data/Makefile @@ -21,6 +21,8 @@ NO_BUILD= yes NO_CDROM= Bungie/Microsoft do not allow charging for Marathon data files. do-install: + @${MKDIR} ${PREFIX}/share/AlephOne + @${MKDIR} ${PREFIX}/share/AlephOne/MML ${INSTALL_DATA} ${WRKDIR}/Images ${PREFIX}/share/AlephOne/Images ${INSTALL_DATA} ${WRKDIR}/MML/Preferences.mml ${PREFIX}/share/AlephOne/MML/Preferences.mml ${INSTALL_DATA} ${WRKDIR}/Map ${PREFIX}/share/AlephOne/Map diff --git a/games/alephone-data/pkg-plist b/games/alephone-data/pkg-plist index ec3a4fc9d342..dece9953a15e 100644 --- a/games/alephone-data/pkg-plist +++ b/games/alephone-data/pkg-plist @@ -4,3 +4,5 @@ share/AlephOne/Map share/AlephOne/README share/AlephOne/Shapes share/AlephOne/Sounds +@dirrm share/AlephOne/MML +@dirrm share/AlephOne -- cgit v1.2.3