aboutsummaryrefslogtreecommitdiff
path: root/games/cave9
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-08-20 08:07:26 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-08-20 08:07:26 +0000
commit22567fddabe4dabb4af668310eb0ba6df6d392c0 (patch)
treea0ae141b21d376d450121060576394eb94c46ef0 /games/cave9
parent8e835bb40a999141afd6611df78e45093ea1f733 (diff)
downloadports-22567fddabe4dabb4af668310eb0ba6df6d392c0.tar.gz
ports-22567fddabe4dabb4af668310eb0ba6df6d392c0.zip
Revert r302549. Apparently the usual default of
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} doesn't apply here.
Notes
Notes: svn path=/head/; revision=302791
Diffstat (limited to 'games/cave9')
-rw-r--r--games/cave9/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cave9/Makefile b/games/cave9/Makefile
index b9a69b4b54f7..276f921dc19b 100644
--- a/games/cave9/Makefile
+++ b/games/cave9/Makefile
@@ -22,6 +22,7 @@ DATAVER= 4
USE_GMAKE= yes
USE_SDL= sdl ttf image
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
BUILD_WRKSRC= ${WRKSRC}/src
MAKEFILE= GNUmakefile
@@ -30,7 +31,7 @@ CFLAGS+= -DDATADIR=\\\"${DATADIR}\\\"
PORTDOCS= *
post-extract:
- @${MV} ${WRKDIR}/data ${WRKSRC}
+ @${MV} ${WRKDIR}/data ${WRKSRC}/
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cave9 ${PREFIX}/bin