diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /games/moria | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'games/moria')
-rw-r--r-- | games/moria/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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/* . |