svn commit: r302791 - head/games/cave9

Doug Barton dougb at FreeBSD.org
Mon Aug 20 08:07:27 UTC 2012


Author: dougb
Date: Mon Aug 20 08:07:26 2012
New Revision: 302791
URL: http://svn.freebsd.org/changeset/ports/302791

Log:
  Revert r302549. Apparently the usual default of
  WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} doesn't apply here.

Modified:
  head/games/cave9/Makefile

Modified: head/games/cave9/Makefile
==============================================================================
--- head/games/cave9/Makefile	Mon Aug 20 08:05:43 2012	(r302790)
+++ head/games/cave9/Makefile	Mon Aug 20 08:07:26 2012	(r302791)
@@ -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



More information about the svn-ports-head mailing list