diff options
-rw-r--r-- | net/tnftp/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/compat_headers/Makefile | 3 |
2 files changed, 4 insertions, 2 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="" diff --git a/pkgtools/compat_headers/Makefile b/pkgtools/compat_headers/Makefile index 8b3227b5dc3..7b47b6e4299 100644 --- a/pkgtools/compat_headers/Makefile +++ b/pkgtools/compat_headers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/05/25 17:38:37 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2008/05/28 13:40:59 tnn Exp $ DISTNAME= compat_headers-0.2 CATEGORIES= pkgtools @@ -10,6 +10,7 @@ HOMEPAGE= http://www.pkgsrc.org/ COMMENT= compatibility headers NO_CHECKSUM= yes +CHECK_PERMS= no GNU_CONFIGURE= yes PKG_DESTDIR_SUPPORT= user-destdir |