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 | 430e2d3e281d4196dd1bc8916b15028009804692 (patch) | |
tree | 46f10b2d41caf815192ee10a508a6d7841750d7d | |
parent | c4f0b02da57606917ff5c17c4c5e60b4606e3dac (diff) | |
download | pkgsrc-430e2d3e281d4196dd1bc8916b15028009804692.tar.gz |
Give this a proper COMMENT. Pointed out by Aaron J. Grier.
-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 |