From 9ba454f59e7178c528f5464ddf70c4b68b2da4d2 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 12 Jun 2008 00:06:27 +0000 Subject: Annotate whether a package was built with DESTDIR. --- mk/bsd.pkg.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 82bd35c3f7d..677d72129a8 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1946 2008/05/26 13:25:22 joerg Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1947 2008/06/12 00:06:27 joerg Exp $ # # This file is in the public domain. # @@ -241,6 +241,7 @@ _BUILD_DEFS= ${BUILD_DEFS} _BUILD_DEFS+= LOCALBASE _BUILD_DEFS+= PKGINFODIR _BUILD_DEFS+= PKGMANDIR +_BUILD_DEFS+= _USE_DESTDIR # Store the result in the +BUILD_INFO file so we can query for the build # options using "pkg_info -Q PKG_OPTIONS ". -- cgit v1.2.3