diff options
author | jlam <jlam> | 2006-07-14 16:24:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-14 16:24:28 +0000 |
commit | aa53ed2070d94580c392f7f2ff9551acbeecdabf (patch) | |
tree | 0aad75e59888cd1ee5725c4c229982f69c0ce24d | |
parent | 092e0b12c50e215d9516c91b0b0ff1713faa47c8 (diff) | |
download | pkgsrc-aa53ed2070d94580c392f7f2ff9551acbeecdabf.tar.gz |
Mark these packages as NO_MTREE as they are bootstrap packages and don't
need mtree to pre-generate any directories for them.
-rw-r--r-- | devel/bmake/Makefile | 5 | ||||
-rw-r--r-- | lang/nawk/Makefile | 3 | ||||
-rw-r--r-- | net/tnftp/Makefile | 3 | ||||
-rw-r--r-- | textproc/nbsed/Makefile | 3 |
4 files changed, 9 insertions, 5 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 90ce0454ea5..d564d5fc533 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2006/07/14 15:18:17 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2006/07/14 16:24:29 jlam Exp $ # DISTNAME= bmake-20051105 @@ -15,7 +15,8 @@ HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html COMMENT= Portable (autoconf) version of NetBSD 'make' utility WRKSRC= ${WRKDIR}/bmake -NO_CHECKSUM= YES +NO_CHECKSUM= yes +NO_MTREE= yes makesyspath= ${PREFIX}/share/mk diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index e47debc47d4..1f54a983aa6 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/07/14 14:23:06 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2006/07/14 16:24:28 jlam Exp $ DISTNAME= nawk-20050424 CATEGORIES= lang @@ -15,6 +15,7 @@ CFLAGS+= ${CPPFLAGS} MAKE_FLAGS+= CC=${CC:Q} CFLAGS=${CFLAGS:M*:Q} NO_CHECKSUM= yes +NO_MTREE= yes BUILD_TARGET= a.out INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/net/tnftp/Makefile b/net/tnftp/Makefile index 9f7574017b5..4f454c1f57b 100644 --- a/net/tnftp/Makefile +++ b/net/tnftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/12/02 17:03:06 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/07/14 16:24:29 jlam Exp $ # DISTNAME= tnftp-20050625 @@ -18,6 +18,7 @@ CONFLICTS+= kth-krb4-[0-9]* CONFLICTS+= lukemftp-[0-9]* NO_CHECKSUM= yes +NO_MTREE= yes .include "options.mk" diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index 29795a2989c..2e6514c677f 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:30:47 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/14 16:24:28 jlam Exp $ DISTNAME= nbsed-20040821 CATEGORIES= textproc pkgtools @@ -10,6 +10,7 @@ HOMEPAGE= http://www.NetBSD.org/ COMMENT= NetBSD-current's sed(1) NO_CHECKSUM= yes +NO_MTREE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-transform-name="s,sed,nbsed," |