diff options
author | jlam <jlam> | 2006-07-14 16:24:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-14 16:24:28 +0000 |
commit | b4a224872f434148b8f302647f7202ec87112ac6 (patch) | |
tree | 0aad75e59888cd1ee5725c4c229982f69c0ce24d /textproc/nbsed/Makefile | |
parent | ea543339f03ab3681282b4aff0442eb6757f87aa (diff) | |
download | pkgsrc-b4a224872f434148b8f302647f7202ec87112ac6.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.
Diffstat (limited to 'textproc/nbsed/Makefile')
-rw-r--r-- | textproc/nbsed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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," |