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 | 8429b667301ff80280843ee0ed2633c77757fda1 (patch) | |
tree | c59731b185ecbc166c3a91ea8bab75b6621b1966 /games | |
parent | 31d3656548c25018fe2ac0e9216c52cf7a696e1d (diff) | |
download | pkgsrc-8429b667301ff80280843ee0ed2633c77757fda1.tar.gz |
Fix typo in COMMENT. Fix BUILD_DEPENDS pattern.
Diffstat (limited to 'games')
-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} |