summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-03-15 04:38:57 +0000
committertv <tv@pkgsrc.org>2005-03-15 04:38:57 +0000
commita207154f2bbf8561f8c54e2cf1b349e43be8521a (patch)
treeed5d5b1525b145390e93575ebcca9c55a0efb08c /math
parent31a0318f1eaa06fb6dcc88ef275aeb46eb8faf87 (diff)
downloadpkgsrc-a207154f2bbf8561f8c54e2cf1b349e43be8521a.tar.gz
Don't forcibly try to install .0 formatted catpages -- Interix imake
doesn't produce them. Just install the .1 pages. Rather than using ${DISTNAME}nbX, use the newer PKGREVISION convention.
Diffstat (limited to 'math')
-rw-r--r--math/xlife/Makefile5
-rw-r--r--math/xlife/PLIST5
2 files changed, 3 insertions, 7 deletions
diff --git a/math/xlife/Makefile b/math/xlife/Makefile
index 99e0e17e4d3..a51d5de1479 100644
--- a/math/xlife/Makefile
+++ b/math/xlife/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/07/22 17:11:35 drochner Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/15 04:38:57 tv Exp $
#
DISTNAME= xlife-5.0
-PKGNAME= ${DISTNAME}nb1
+PKGREVISION= 2
CATEGORIES= math games
MASTER_SITES= http://www.tuxedo.org/~esr/
@@ -22,7 +22,6 @@ pre-build:
post-install:
.for m in lifeconv lifesearch xlife
${INSTALL_MAN} ${WRKSRC}/${m}.man ${PREFIX}/man/man1/${m}.1
- ${INSTALL_MAN} ${WRKSRC}/${m}.0 ${PREFIX}/man/cat1/
.endfor
.for d in codd life misc wireworld
${INSTALL_DATA_DIR} ${PREFIX}/share/xlife/${d}
diff --git a/math/xlife/PLIST b/math/xlife/PLIST
index 8f9a29e2caf..4c4c789b4be 100644
--- a/math/xlife/PLIST
+++ b/math/xlife/PLIST
@@ -1,12 +1,9 @@
-@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:33 tron Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/03/15 04:38:57 tv Exp $
bin/collect
bin/lifeconv
bin/lifesearch
bin/lifesearchdumb
bin/xlife
-man/cat1/lifeconv.0
-man/cat1/lifesearch.0
-man/cat1/xlife.0
man/man1/lifeconv.1
man/man1/lifesearch.1
man/man1/xlife.1