From 0bc53217fe50327f0f59e7136db15f92f75951d9 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- games/moria/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'games/moria/Makefile') diff --git a/games/moria/Makefile b/games/moria/Makefile index 6c1f851e0ad..741579ec07b 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:39:03 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:15:41 agc Exp $ DISTNAME= um5.5.2 PKGNAME= moria-5.5.2 -WRKSRC= ${WRKDIR}/umoria CATEGORIES= games # The "offical" master site has lost the pub/Games directory. #MASTER_SITES= ftp://ftp.cis.ksu.edu/pub/Games/Moria/source/ @@ -13,6 +12,8 @@ MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://www-math.bgsu.edu/~grabine/moria.html COMMENT= Rogue-like game with a different sense of scale than Rogue +WRKSRC= ${WRKDIR}/umoria + do-configure: @${RM} -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile @cd ${WRKSRC}; ${LN} -s source/* unix/* . -- cgit v1.2.3