diff options
author | petef <petef@FreeBSD.org> | 2002-03-28 23:14:58 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-03-28 23:14:58 +0000 |
commit | 8526960ca29ca9f4efb3fb3f0c1663358c09a98d (patch) | |
tree | 09dbd22d573a304ac3103d7df8b3b95e7746a25d /games/alephone-data | |
parent | ee6acaeddca9c267c36a643a2376e79fe99a63df (diff) | |
download | FreeBSD-ports-8526960ca29ca9f4efb3fb3f0c1663358c09a98d.zip FreeBSD-ports-8526960ca29ca9f4efb3fb3f0c1663358c09a98d.tar.gz |
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>
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 ddca070..c5f2776 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 ec3a4fc..dece995 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 |