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 | |
parent | ba66c7ee9c21cc43fd3bdd2df7e513a65b8ee7b6 (diff) | |
download | ports-d4b0074d225f7341f230989d35d970b97698768f.tar.gz ports-d4b0074d225f7341f230989d35d970b97698768f.zip |
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')
-rw-r--r-- | games/alephone-data/Makefile | 2 | ||||
-rw-r--r-- | games/alephone-data/pkg-plist | 2 |
2 files changed, 4 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 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 |