pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/plist Honour ALL_ENV in print-PLIST.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5eb7b3f5dfc
branches:  trunk
changeset: 347930:a5eb7b3f5dfc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 03 14:32:30 2016 +0000

description:
Honour ALL_ENV in print-PLIST.

diffstat:

 mk/plist/print-plist.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r db549697be22 -r a5eb7b3f5dfc mk/plist/print-plist.mk
--- a/mk/plist/print-plist.mk   Fri Jun 03 14:02:23 2016 +0000
+++ b/mk/plist/print-plist.mk   Fri Jun 03 14:32:30 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: print-plist.mk,v 1.30 2016/05/10 16:54:05 jperkin Exp $
+# $NetBSD: print-plist.mk,v 1.31 2016/06/03 14:32:30 joerg Exp $
 
 ###
 ### Automatic PLIST generation
@@ -93,7 +93,7 @@
 .if !target(print-PLIST)
 print-PLIST:
        ${RUN} ${ECHO} '@comment $$'NetBSD'$$'
-       ${RUN}\
+       ${RUN} ${ALL_ENV};                                      \
        shlib_type=${SHLIB_TYPE:Q};                                     \
        case $$shlib_type in                                            \
        "a.out")        genlinks=1 ;;                                   \



Home | Main Index | Thread Index | Old Index