diff options
author | tron <tron@pkgsrc.org> | 1999-04-24 21:17:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-24 21:17:34 +0000 |
commit | adea1f38871e47f710bcbcb61ce4fb72f2e5889a (patch) | |
tree | 83e3d545caa641c8cfd00bbcf42c6c999f519b36 /games | |
parent | e96246650c4d207a90b53a5176fe2d7db89e51f7 (diff) | |
download | pkgsrc-adea1f38871e47f710bcbcb61ce4fb72f2e5889a.tar.gz |
pkglint: "MASTER_SITES" must come before "DISTFILES".
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack-qt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile index 7fbe1600763..3de53b03779 100644 --- a/games/nethack-qt/Makefile +++ b/games/nethack-qt/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.4 1998/12/31 13:20:52 tv Exp $ +# $NetBSD: Makefile,v 1.5 1999/04/24 21:17:34 tron Exp $ # DISTNAME= qnethack-3.2.2.1.0.1.src PKGNAME= nethack-qt-3.2.2 CATEGORIES= games x11 -DISTFILES= qnethack-3.2.2.1.0.1.src.tar.gz \ - nethack-3.2.2.tar.gz MASTER_SITES= ftp://ftp.troll.no/contrib/ \ http://pinky.wtower.com/nethack/sources/ +DISTFILES= qnethack-3.2.2.1.0.1.src.tar.gz \ + nethack-3.2.2.tar.gz MAINTAINER= root@garbled.net HOMEPAGE= http://trolls.troll.no/warwick/nethack/ |