diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-08-20 19:27:11 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-08-20 19:27:11 +0000 |
commit | 6aefcf52abf5b7ebbb1390617b1b1decbe8651f2 (patch) | |
tree | df1a3e40ad4412e1d20a1c7eb1cda51aeaf85a06 /math | |
parent | a453b29b06f3ed0544ff5ab84e9be23f5a4ec5ed (diff) | |
download | pkgsrc-6aefcf52abf5b7ebbb1390617b1b1decbe8651f2.tar.gz |
Add some missing man pages to the PLIST.
Bump PKGREVISION.
Diffstat (limited to 'math')
-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 |