From 3f94d583317177e6cc597e21036c98a40db3e830 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 10 Oct 2005 18:28:08 +0000 Subject: Instead of using hard-coded 555 mode for installing library, use BINMODE setting. This helps with non-privileged pkgsrc use. --- pkgtools/libnbcompat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgtools/libnbcompat/Makefile') diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index dfa9a6dda2e..14036c19884 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/05/15 02:01:14 reed Exp $ +# $NetBSD: Makefile,v 1.47 2005/10/10 18:28:08 reed Exp $ # # NOTE: If you update this package, it is *mandatory* that you update # pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual @@ -19,6 +19,7 @@ NO_CHECKSUM= yes NO_MTREE= yes GNU_CONFIGURE= yes +MAKE_ENV+= BINMODE=${BINMODE} PKG_INFO= PKG_DBDIR=${_PKG_DBDIR} ${PKG_INFO_CMD} PKG_CREATE= PKG_DBDIR=${_PKG_DBDIR} ${PKG_CREATE_CMD} -- cgit v1.2.3