diff options
author | tron <tron> | 1999-01-23 20:22:26 +0000 |
---|---|---|
committer | tron <tron> | 1999-01-23 20:22:26 +0000 |
commit | c2bdc96c19eb012e5e6653c689fb00892b89bcf7 (patch) | |
tree | fc646e818be2100ecd720044aa13710b6abbe543 /games | |
parent | 4e3e278d8938c561161caae8fbf6256e30a569d2 (diff) | |
download | pkgsrc-c2bdc96c19eb012e5e6653c689fb00892b89bcf7.tar.gz |
Small cosmetic changes.
Diffstat (limited to 'games')
-rw-r--r-- | games/moria/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile index c8745af4478..873071c586d 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/01/23 17:00:14 simonb Exp $ -# +# $NetBSD: Makefile,v 1.2 1999/01/23 20:22:26 tron 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 +11,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= simonb@netbsd.org HOMEPAGE= http://www.math.lsa.umich.edu/~grabiner/moria.html +WRKSRC= ${WRKDIR}/umoria + do-configure: @rm -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile @cd ${WRKSRC}; ln -s source/* unix/* . |