diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-28 13:36:18 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-28 13:36:18 +0000 |
commit | 2e127c32eb9aa4d9f30132b66901bcbd35621e6f (patch) | |
tree | 364ab4117034e969dab7faa8141d6d88eae6337f /net | |
parent | e6c9a5101e6de32b3ea8bfcf5b959bd1731f3f1a (diff) | |
download | pkgsrc-2e127c32eb9aa4d9f30132b66901bcbd35621e6f.tar.gz |
Inhibit possible dependency on sysutils/checkperms to avoid circular dep.
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 22d624a075e..9d4f13cab0b 100644 --- a/net/tnftp/Makefile +++ b/net/tnftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/03/06 04:45:58 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2008/05/28 13:36:18 tnn Exp $ DISTNAME= tnftp-20070806 SVR4_PKGNAME= tnftp @@ -18,6 +18,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes NO_CHECKSUM= yes +CHECK_PERMS= no OPSYSVARS+= MAKE_ENV MAKE_ENV.SunOS+= CPPFLAGS="" |