diff options
author | dougb <dougb@FreeBSD.org> | 2012-08-20 16:07:26 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-08-20 16:07:26 +0800 |
commit | b392b48c0749f128c2308a733b966a54123ba726 (patch) | |
tree | a0ae141b21d376d450121060576394eb94c46ef0 /games | |
parent | 935106e4754be03c4eea877046b19cc74bed8e9d (diff) | |
download | freebsd-ports-gnome-b392b48c0749f128c2308a733b966a54123ba726.tar.gz freebsd-ports-gnome-b392b48c0749f128c2308a733b966a54123ba726.tar.zst freebsd-ports-gnome-b392b48c0749f128c2308a733b966a54123ba726.zip |
Revert r302549. Apparently the usual default of
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} doesn't apply here.
Diffstat (limited to 'games')
-rw-r--r-- | games/cave9/Makefile | 3 |
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 |