diff options
author | Michael Landin <mich@FreeBSD.org> | 2003-05-13 15:09:22 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2003-05-13 15:09:22 +0000 |
commit | 1ccd2c1a18c08c5bd84e4dabaf85ff6f3eab099c (patch) | |
tree | 930af37ccd5db36c10fe7eb34916b413a8cee19f /games | |
parent | e635aa96345e49003b0c7974667d8b21f791e70f (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/0verkill/Makefile | 4 | ||||
-rw-r--r-- | games/0verkill/pkg-plist | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games/0verkill/Makefile b/games/0verkill/Makefile index 428f556e21ca..d02dcdc094d4 100644 --- a/games/0verkill/Makefile +++ b/games/0verkill/Makefile @@ -35,7 +35,7 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|data/|${DATADIR}/data/|g' ${WRKSRC}/cfg.h - @${REINPLACE_CMD} -e 's|grx/|${DATADIR}/grx/|g' ${WRKSRC}/data/sprites.dat + @${REINPLACE_CMD} -e 's|grx/|${DATADIR}/grx/|g' ${WRKSRC}/data/* @${REINPLACE_CMD} -e 's|-O3 ||g ; \ s|gcc |\$$\(CC\) |g' ${WRKSRC}/Makefile.in @@ -51,7 +51,7 @@ do-install: .endfor .endif @${MKDIR} ${DATADIR}/data -.for file in banner.dat level.dat sprites.dat +.for file in banner.dat level.dat sprites.dat *.sp *.dn *.st ${INSTALL_DATA} ${WRKSRC}/data/${file} ${DATADIR}/data .endfor @${MKDIR} ${DATADIR}/grx diff --git a/games/0verkill/pkg-plist b/games/0verkill/pkg-plist index a0f92431366a..980c48f28dd6 100644 --- a/games/0verkill/pkg-plist +++ b/games/0verkill/pkg-plist @@ -10,6 +10,12 @@ bin/0verkill-test_server share/0verkill/data/banner.dat share/0verkill/data/level.dat share/0verkill/data/sprites.dat +share/0verkill/data/level1.dn +share/0verkill/data/level1.sp +share/0verkill/data/level1.st +share/0verkill/data/level2.dn +share/0verkill/data/level2.sp +share/0verkill/data/level2.st share/0verkill/grx/0verkill.avi share/0verkill/grx/ackermann.avi share/0verkill/grx/altar.avi |