aboutsummaryrefslogtreecommitdiff
path: root/games/sdl_scavenger/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/sdl_scavenger/Makefile')
-rw-r--r--games/sdl_scavenger/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/games/sdl_scavenger/Makefile b/games/sdl_scavenger/Makefile
index 7ced43e73a8f..59fef42d785f 100644
--- a/games/sdl_scavenger/Makefile
+++ b/games/sdl_scavenger/Makefile
@@ -29,18 +29,16 @@ PLIST_FILES= bin/sdlscavenger \
PORTDATA= *
PORTDOCS= CREDITS DOC NEW_FEATURES README STRATEGY
+ALL_TARGET=
+
post-patch:
@${REINPLACE_CMD} -e 's|data:/usr/local/games/scavenger|data:${DATADIR}/data|' \
${WRKSRC}/names.h
-do-build:
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE})
-
do-install:
# Executable
${INSTALL_PROGRAM} ${WRKSRC}/sdlscav ${PREFIX}/bin/sdlscavenger
-post-install:
# Pixmaps
${CP} ${WRKSRC}/data/scav.png ${PREFIX}/share/pixmaps/${PORTNAME}.png