From a207154f2bbf8561f8c54e2cf1b349e43be8521a Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 15 Mar 2005 04:38:57 +0000 Subject: 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. --- math/xlife/Makefile | 5 ++--- math/xlife/PLIST | 5 +---- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'math') 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 -- cgit v1.2.3