diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-11 20:25:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-11 20:25:39 +0000 |
commit | 97de407571588ce3db93efe20bd2ffad23af9dd8 (patch) | |
tree | c59731b185ecbc166c3a91ea8bab75b6621b1966 /games/fortunes-h2g2 | |
parent | e74bf5194f505564b4e257ba45b3df7fba724b56 (diff) | |
download | pkgsrc-97de407571588ce3db93efe20bd2ffad23af9dd8.tar.gz |
Fix typo in COMMENT. Fix BUILD_DEPENDS pattern.
Diffstat (limited to 'games/fortunes-h2g2')
-rw-r--r-- | games/fortunes-h2g2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fortunes-h2g2/Makefile b/games/fortunes-h2g2/Makefile index 94cbbae19d1..adcb2cd7aed 100644 --- a/games/fortunes-h2g2/Makefile +++ b/games/fortunes-h2g2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/11/11 19:39:15 jschauma Exp $ +# $NetBSD: Makefile,v 1.3 2005/11/11 20:25:39 wiz Exp $ # DISTNAME= fortunes-h2g2-0.1 @@ -8,9 +8,9 @@ EXTRACT_SUFX= .gz MAINTAINER= jschauma@NetBSD.org HOMEPAGE= http://www.netmeister.org/misc.html -COMMENT= Fortunes from Douglas Adams' "Hitchiker's Guide to the Galaxy" +COMMENT= Fortunes from Douglas Adams' "Hitchhiker's Guide to the Galaxy" -BUILD_DEPENDS+= fortune-strfile-*:../../games/fortune-strfile +BUILD_DEPENDS+= fortune-strfile-[0-9]*:../../games/fortune-strfile STRFILE= ${LOCALBASE}/bin/strfile WRKSRC= ${WRKDIR} |