diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-14 16:24:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-14 16:24:28 +0000 |
commit | 1284f595b8b38db737b353876358d1c510aebaa3 (patch) | |
tree | 0aad75e59888cd1ee5725c4c229982f69c0ce24d /net | |
parent | 6fd7abf147399f0c63384510d3d722e07fd82557 (diff) | |
download | pkgsrc-1284f595b8b38db737b353876358d1c510aebaa3.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 'net')
-rw-r--r-- | net/tnftp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |