diff options
author | tron <tron> | 1999-04-24 21:17:34 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-24 21:17:34 +0000 |
commit | a068d6342ddd08b4a93d3895ec928c1f84a279dd (patch) | |
tree | 83e3d545caa641c8cfd00bbcf42c6c999f519b36 /games/nethack-qt | |
parent | d241f83b4f79fa1e543c7e0b273174132c93a413 (diff) | |
download | pkgsrc-a068d6342ddd08b4a93d3895ec928c1f84a279dd.tar.gz |
pkglint: "MASTER_SITES" must come before "DISTFILES".
Diffstat (limited to 'games/nethack-qt')
-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/ |