diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-15 00:37:55 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-15 00:37:55 +0000 |
commit | d04156022a22e97a2a01b957ff1fb97bbce525a8 (patch) | |
tree | 030b0548e51d7c26b469453792dde54640ad6ebc /games/cave9 | |
parent | 65e30d305e54a532f7919a82b268b062eb9428f3 (diff) | |
download | ports-d04156022a22e97a2a01b957ff1fb97bbce525a8.tar.gz ports-d04156022a22e97a2a01b957ff1fb97bbce525a8.zip |
Notes
Diffstat (limited to 'games/cave9')
-rw-r--r-- | games/cave9/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/cave9/Makefile b/games/cave9/Makefile index 276f921dc19b..b9a69b4b54f7 100644 --- a/games/cave9/Makefile +++ b/games/cave9/Makefile @@ -22,7 +22,6 @@ DATAVER= 4 USE_GMAKE= yes USE_SDL= sdl ttf image -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BUILD_WRKSRC= ${WRKSRC}/src MAKEFILE= GNUmakefile @@ -31,7 +30,7 @@ CFLAGS+= -DDATADIR=\\\"${DATADIR}\\\" PORTDOCS= * post-extract: - @${MV} ${WRKDIR}/data ${WRKSRC}/ + @${MV} ${WRKDIR}/data ${WRKSRC} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cave9 ${PREFIX}/bin |