diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:10:41 +0000 |
commit | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (patch) | |
tree | 32753f525564172a32d1355a9d866b18ec723128 /games/moria | |
parent | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (diff) | |
download | pkgsrc-9f28a7693e4ce0bcbc428ce0b4903fd08e48c277.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'games/moria')
-rw-r--r-- | games/moria/Makefile | 3 | ||||
-rw-r--r-- | games/moria/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/moria/Makefile b/games/moria/Makefile index f749fd8e9c1..953dc9fbdbc 100644 --- a/games/moria/Makefile +++ b/games/moria/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/01/12 12:49:47 dent Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/16 15:10:54 wiz Exp $ DISTNAME= um5.5.2 PKGNAME= moria-5.5.2 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.Z 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 diff --git a/games/moria/pkg/COMMENT b/games/moria/pkg/COMMENT deleted file mode 100644 index e301b5e90af..00000000000 --- a/games/moria/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Rogue-like game with a different sense of scale than Rogue |