diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-14 15:18:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-14 15:18:17 +0000 |
commit | 048f26235afc40cf13514ff97deb1966d0fe7eb5 (patch) | |
tree | 4a6d91671250f33fe2b28738b37654fb82cdb5e0 /devel/bmake | |
parent | 5ea54eea2cae6a0f81c28b641b92eb34d5b1f28b (diff) | |
download | pkgsrc-048f26235afc40cf13514ff97deb1966d0fe7eb5.tar.gz |
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 (limited to 'devel/bmake')
-rw-r--r-- | devel/bmake/Makefile | 22 | ||||
-rw-r--r-- | devel/bmake/PLIST | 3 |
2 files changed, 4 insertions, 21 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 677a44bb758..90ce0454ea5 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -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 @@ NO_CHECKSUM= YES 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 @@ do-build: --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 @@ do-install: .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 --git a/devel/bmake/PLIST b/devel/bmake/PLIST index bc08c890287..3b83a55a529 100644 --- a/devel/bmake/PLIST +++ b/devel/bmake/PLIST @@ -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 |