diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-11-11 19:39:15 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-11-11 19:39:15 +0000 |
commit | 0d20a043bbc9c4f16c989b078143c5e325157eef (patch) | |
tree | 46f10b2d41caf815192ee10a508a6d7841750d7d /games | |
parent | 49bdccbf60a955e6f4179e7aa34a955d30c895fa (diff) | |
download | pkgsrc-0d20a043bbc9c4f16c989b078143c5e325157eef.tar.gz |
Give this a proper COMMENT. Pointed out by Aaron J. Grier.
Diffstat (limited to 'games')
-rw-r--r-- | games/fortunes-h2g2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fortunes-h2g2/Makefile b/games/fortunes-h2g2/Makefile index 5835cde97b4..94cbbae19d1 100644 --- a/games/fortunes-h2g2/Makefile +++ b/games/fortunes-h2g2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/09 23:15:54 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2005/11/11 19:39:15 jschauma Exp $ # DISTNAME= fortunes-h2g2-0.1 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .gz MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://www.netmeister.org/misc.html -COMMENT= Fortunes from the famous Calvin & Hobbes comic strips +COMMENT= Fortunes from Douglas Adams' "Hitchiker's Guide to the Galaxy" BUILD_DEPENDS+= fortune-strfile-*:../../games/fortune-strfile |