pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bmake Don't bother installing the catman page......



details:   https://anonhg.NetBSD.org/pkgsrc/rev/493bbc4775bc
branches:  trunk
changeset: 516110:493bbc4775bc
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 14 15:18:17 2006 +0000

description:
Don't bother installing the catman page... it's not worth the hassle for
a bootstrap tool to figure out how to do this.

diffstat:

 devel/bmake/Makefile |  22 +++-------------------
 devel/bmake/PLIST    |   3 +--
 2 files changed, 4 insertions(+), 21 deletions(-)

diffs (61 lines):

diff -r 293bb0ef5cee -r 493bbc4775bc devel/bmake/Makefile
--- a/devel/bmake/Makefile      Fri Jul 14 15:07:59 2006 +0000
+++ b/devel/bmake/Makefile      Fri Jul 14 15:18:17 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2005/11/16 13:53:51 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2006/07/14 15:18:17 jlam Exp $
 #
 
 DISTNAME=       bmake-20051105
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -19,7 +19,7 @@
 
 makesyspath=   ${PREFIX}/share/mk
 
-INSTALLATION_DIRS=     bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 do-extract:
        ${CP} -R ${FILESDIR} ${WRKSRC}
@@ -32,14 +32,8 @@
                --with-default-sys-path=${makesyspath} --mksrc none \
                --sysconfdir=${PKG_SYSCONFDIR}
 
-# we use locally formatted version if available
-BMAKE_CATg=${WRKDIR}/${OPSYS}/bmake.cat1
-# otherwise we use the distributed one
-BMAKE_CATd=${WRKSRC}/bmake.cat1
-
 do-install:
        ${INSTALL_PROGRAM} ${WRKDIR}/${OPSYS}/bmake ${PREFIX}/bin
-       ${INSTALL_MAN} ${BMAKE_CAT1} ${PREFIX}/${PKGMANDIR}/cat1/bmake.0
        ${INSTALL_MAN} ${WRKDIR}/${OPSYS}/bmake.1 ${PREFIX}/${PKGMANDIR}/man1
 
 .if defined(LIBNBCOMPAT_STYLE) && (${LIBNBCOMPAT_STYLE} == "inplace")  
@@ -49,13 +43,3 @@
 .endif
 
 .include "../../mk/bsd.pkg.mk"
-
-# with bmake-20040108 or later we could use
-# ${exists(${BMAKE_CATg}):?${BMAKE_CATg}:${BMAKE_CATd}}
-# to do the existence test at the time we run the script
-# but pkgsrc/bootstrap/bmake won't handle that.
-.if exists(${BMAKE_CATg})
-BMAKE_CAT1=${BMAKE_CATg}
-.else
-BMAKE_CAT1=${BMAKE_CATd}
-.endif
diff -r 293bb0ef5cee -r 493bbc4775bc devel/bmake/PLIST
--- a/devel/bmake/PLIST Fri Jul 14 15:07:59 2006 +0000
+++ b/devel/bmake/PLIST Fri Jul 14 15:18:17 2006 +0000
@@ -1,4 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:22:29 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/07/14 15:18:17 jlam Exp $
 bin/bmake
-man/cat1/bmake.0
 man/man1/bmake.1



Home | Main Index | Thread Index | Old Index