diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-28 23:14:58 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-28 23:14:58 +0000 |
commit | d4b0074d225f7341f230989d35d970b97698768f (patch) | |
tree | 5e08a23bb7c5d99a341c6bbd3d4cec2cef409a7d /games/alephone-data/Makefile | |
parent | Host the distfile at a temporary location until the main FTP site works (diff) |
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 <jre@vineyard.net>
Notes
Notes:
svn path=/head/; revision=56821
Diffstat (limited to 'games/alephone-data/Makefile')
-rw-r--r-- | games/alephone-data/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |