pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/xlife Don't forcibly try to install .0 formatted ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4f84d53cf38
branches:  trunk
changeset: 490556:b4f84d53cf38
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Mar 15 04:38:57 2005 +0000

description:
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:

 math/xlife/Makefile |  5 ++---
 math/xlife/PLIST    |  5 +----
 2 files changed, 3 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 3b026a503da1 -r b4f84d53cf38 math/xlife/Makefile
--- a/math/xlife/Makefile       Tue Mar 15 04:28:25 2005 +0000
+++ b/math/xlife/Makefile       Tue Mar 15 04:38:57 2005 +0000
@@ -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 @@
 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 -r 3b026a503da1 -r b4f84d53cf38 math/xlife/PLIST
--- a/math/xlife/PLIST  Tue Mar 15 04:28:25 2005 +0000
+++ b/math/xlife/PLIST  Tue Mar 15 04:38:57 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index