pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Mark these packages as NO_MTREE as they are bootstrap ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d8893fb6d6c
branches: trunk
changeset: 516118:5d8893fb6d6c
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Jul 14 16:24:28 2006 +0000
description:
Mark these packages as NO_MTREE as they are bootstrap packages and don't
need mtree to pre-generate any directories for them.
diffstat:
devel/bmake/Makefile | 5 +++--
lang/nawk/Makefile | 3 ++-
net/tnftp/Makefile | 3 ++-
textproc/nbsed/Makefile | 3 ++-
4 files changed, 9 insertions(+), 5 deletions(-)
diffs (70 lines):
diff -r 2152fd010cb7 -r 5d8893fb6d6c devel/bmake/Makefile
--- a/devel/bmake/Makefile Fri Jul 14 16:17:08 2006 +0000
+++ b/devel/bmake/Makefile Fri Jul 14 16:24:28 2006 +0000
@@ -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 @@
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 -r 2152fd010cb7 -r 5d8893fb6d6c lang/nawk/Makefile
--- a/lang/nawk/Makefile Fri Jul 14 16:17:08 2006 +0000
+++ b/lang/nawk/Makefile Fri Jul 14 16:24:28 2006 +0000
@@ -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 @@
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 -r 2152fd010cb7 -r 5d8893fb6d6c net/tnftp/Makefile
--- a/net/tnftp/Makefile Fri Jul 14 16:17:08 2006 +0000
+++ b/net/tnftp/Makefile Fri Jul 14 16:24:28 2006 +0000
@@ -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+= lukemftp-[0-9]*
NO_CHECKSUM= yes
+NO_MTREE= yes
.include "options.mk"
diff -r 2152fd010cb7 -r 5d8893fb6d6c textproc/nbsed/Makefile
--- a/textproc/nbsed/Makefile Fri Jul 14 16:17:08 2006 +0000
+++ b/textproc/nbsed/Makefile Fri Jul 14 16:24:28 2006 +0000
@@ -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 @@
COMMENT= NetBSD-current's sed(1)
NO_CHECKSUM= yes
+NO_MTREE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --program-transform-name="s,sed,nbsed,"
Home |
Main Index |
Thread Index |
Old Index