diff options
-rw-r--r-- | math/xlife/Makefile | 4 | ||||
-rw-r--r-- | math/xlife/PLIST | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/math/xlife/Makefile b/math/xlife/Makefile index 033b89362fc..3b7b594d585 100644 --- a/math/xlife/Makefile +++ b/math/xlife/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:31 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/08/20 19:27:11 kristerw Exp $ # DISTNAME= xlife-5.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math games MASTER_SITES= http://www.tuxedo.org/~esr/ diff --git a/math/xlife/PLIST b/math/xlife/PLIST index 4c4c789b4be..8011692d1ac 100644 --- a/math/xlife/PLIST +++ b/math/xlife/PLIST @@ -1,9 +1,14 @@ -@comment $NetBSD: PLIST,v 1.4 2005/03/15 04:38:57 tv Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/08/20 19:27:11 kristerw Exp $ bin/collect bin/lifeconv bin/lifesearch bin/lifesearchdumb bin/xlife +man/cat1/collect.0 +man/cat1/lifeconv.0 +man/cat1/lifesearch.0 +man/cat1/lifesearchdumb.0 +man/cat1/xlife.0 man/man1/lifeconv.1 man/man1/lifesearch.1 man/man1/xlife.1 |