diff options
author | knu <knu@FreeBSD.org> | 2000-04-14 18:40:29 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-14 18:40:29 +0000 |
commit | 1c236df780a7bd97c1defec27a4739a2301010f9 (patch) | |
tree | 084ee1bffb37d6508cf50edd365ce3f2bb821b1b /games | |
parent | 61c1fff08291c38fe41a8ccec2d3d79f94af1e74 (diff) | |
download | FreeBSD-ports-1c236df780a7bd97c1defec27a4739a2301010f9.zip FreeBSD-ports-1c236df780a7bd97c1defec27a4739a2301010f9.tar.gz |
Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}
PR: ports/18009
Submitted by: tkato@prontomail.ne.jp
Diffstat (limited to 'games')
-rw-r--r-- | games/antipolix/Makefile | 2 | ||||
-rw-r--r-- | games/merlin/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/antipolix/Makefile b/games/antipolix/Makefile index 2ac90c3..0af9a3b 100644 --- a/games/antipolix/Makefile +++ b/games/antipolix/Makefile @@ -14,7 +14,7 @@ DISTNAME= AntipoliX_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes USE_IMAKE= yes do-install: diff --git a/games/merlin/Makefile b/games/merlin/Makefile index 63126fe..49ed84a 100644 --- a/games/merlin/Makefile +++ b/games/merlin/Makefile @@ -15,9 +15,9 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +NO_WRKSUBDIR= yes NO_BUILD= yes USE_X_PREFIX= yes -WRKSRC= ${WRKDIR} post-extract: @ ${MV} ${WRKSRC}/merlin.tcl ${WRKSRC}/merlin |