aboutsummaryrefslogtreecommitdiff
path: root/games/digger-vgl
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-15 09:23:20 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-15 09:23:20 +0000
commitabeab18832662c8ae52027f0af2a50696839ed64 (patch)
tree553a6a5acaf7f17e8ea40221faa74afb6e06e1e1 /games/digger-vgl
parent0d004c90d488a4ea6dc74bb6124209a145e8c151 (diff)
downloadports-abeab18832662c8ae52027f0af2a50696839ed64.tar.gz
ports-abeab18832662c8ae52027f0af2a50696839ed64.zip
- Fix build on -current
Notes
Notes: svn path=/head/; revision=91302
Diffstat (limited to 'games/digger-vgl')
-rw-r--r--games/digger-vgl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/digger-vgl/Makefile b/games/digger-vgl/Makefile
index 5c88f02a8abb..114c9de48c4b 100644
--- a/games/digger-vgl/Makefile
+++ b/games/digger-vgl/Makefile
@@ -17,6 +17,7 @@ COMMENT= FreeBSD graphics console (VGL) version of the famous Digger game
ONLY_FOR_ARCHS= i386 # Alphas don't have libvgl yet...
MAKEFILE= Makefile.fbsd
+USE_REINPLACE= yes
.if defined(WITH_SOUND)
USE_SDL= yes
@@ -30,6 +31,9 @@ pre-everything::
@${ECHO_MSG} ""
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|Software|Software\\n\\|g' ${WRKSRC}/alpha.c
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/digger ${PREFIX}/bin
@${MKDIR} /var/games/digger