diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-11 20:26:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-11 20:26:43 +0000 |
commit | c91bc3e1497fc3e43cf0f1deddcfa3ecd4cd603f (patch) | |
tree | f5c2eae668a449b365855f4fb1b02446a147627f | |
parent | 8429b667301ff80280843ee0ed2633c77757fda1 (diff) | |
download | pkgsrc-c91bc3e1497fc3e43cf0f1deddcfa3ecd4cd603f.tar.gz |
Fix COMMENT. Fix BUILD_DEPENDS pattern.
-rw-r--r-- | games/fortunes-futurama/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fortunes-futurama/Makefile b/games/fortunes-futurama/Makefile index ec0818ad65f..1cf560299dd 100644 --- a/games/fortunes-futurama/Makefile +++ b/games/fortunes-futurama/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/09 23:15:22 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2005/11/11 20:26:43 wiz Exp $ # DISTNAME= fortunes-futurama-0.2 @@ -8,9 +8,9 @@ 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 the Futurama animated TV series -BUILD_DEPENDS+= fortune-strfile-*:../../games/fortune-strfile +BUILD_DEPENDS+= fortune-strfile-[0-9]*:../../games/fortune-strfile STRFILE= ${LOCALBASE}/bin/strfile WRKSRC= ${WRKDIR} |