pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Annotate whether a package was built with DESTDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a73c801364d1
branches:  trunk
changeset: 543264:a73c801364d1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jun 12 00:06:27 2008 +0000

description:
Annotate whether a package was built with DESTDIR.

diffstat:

 mk/bsd.pkg.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 224720f0e410 -r a73c801364d1 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Wed Jun 11 21:06:37 2008 +0000
+++ b/mk/bsd.pkg.mk     Thu Jun 12 00:06:27 2008 +0000
@@ -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+=          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 <pkg>".



Home | Main Index | Thread Index | Old Index