diff options
author | bmah <bmah@FreeBSD.org> | 2003-06-07 01:06:47 +0800 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2003-06-07 01:06:47 +0800 |
commit | f42f682bb050e0db09a7cce2ad28de1d8ae851d3 (patch) | |
tree | 8be6ee550e1ed11b15f729629c9a9e596ee7c1fc /games | |
parent | 5ec816d152ba6fcbaf610821cb4cef5b829be0f5 (diff) | |
download | freebsd-ports-gnome-f42f682bb050e0db09a7cce2ad28de1d8ae851d3.tar.gz freebsd-ports-gnome-f42f682bb050e0db09a7cce2ad28de1d8ae851d3.tar.zst freebsd-ports-gnome-f42f682bb050e0db09a7cce2ad28de1d8ae851d3.zip |
Fix broken package build.
Pointed out by: kris, bento
Diffstat (limited to 'games')
-rw-r--r-- | games/marathon-evil/Makefile | 1 | ||||
-rw-r--r-- | games/marathon-evil/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/marathon-evil/Makefile b/games/marathon-evil/Makefile index a9557bf14782..08e3085ca066 100644 --- a/games/marathon-evil/Makefile +++ b/games/marathon-evil/Makefile @@ -29,6 +29,7 @@ do-build: ${GUNZIP_CMD} -c ${WRKSRC}/MarathonEvilData.tar.gz | ${TAR} -xf - do-install: + ${MKDIR} ${PREFIX}/share/AlephOne ${INSTALL_DATA} ${WRKSRC}/Cursed.Data ${PREFIX}/share/AlephOne/Cursed.Data ${INSTALL_DATA} ${WRKSRC}/Cursed.Images ${PREFIX}/share/AlephOne/Cursed.Images ${INSTALL_DATA} ${WRKSRC}/Cursed.Map ${PREFIX}/share/AlephOne/Cursed.Map diff --git a/games/marathon-evil/pkg-plist b/games/marathon-evil/pkg-plist index ff4309dfb8ce..a268bae12323 100644 --- a/games/marathon-evil/pkg-plist +++ b/games/marathon-evil/pkg-plist @@ -8,3 +8,4 @@ share/AlephOne/Cursed.Physics share/AlephOne/Cursed.Shapes share/AlephOne/Cursed.Sounds share/AlephOne/README.Evil +@dirrm share/AlephOne |