diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 18:40:29 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 18:40:29 +0000 |
commit | 9ca4ec66595ccc867538cf2e849248c579396a2e (patch) | |
tree | df28d7f45f847fbc0603018df219a32223aefad6 /games | |
parent | 0b32dc9e2b85d4246df8d4412f1d79283e622aff (diff) | |
download | ports-9ca4ec66595ccc867538cf2e849248c579396a2e.tar.gz ports-9ca4ec66595ccc867538cf2e849248c579396a2e.zip |
Notes
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 2ac90c39fba9..0af9a3b0ce69 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 63126fe051a3..49ed84ae2359 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 |