[Midnightbsd-cvs] mports [24231] trunk/Mk/scripts/functions.sh: fix path

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 5 20:55:56 EDT 2018


Revision: 24231
          http://svnweb.midnightbsd.org/mports/?rev=24231
Author:   laffer1
Date:     2018-09-05 20:55:56 -0400 (Wed, 05 Sep 2018)
Log Message:
-----------
fix path

Modified Paths:
--------------
    trunk/Mk/scripts/functions.sh

Modified: trunk/Mk/scripts/functions.sh
===================================================================
--- trunk/Mk/scripts/functions.sh	2018-09-06 00:24:12 UTC (rev 24230)
+++ trunk/Mk/scripts/functions.sh	2018-09-06 00:55:56 UTC (rev 24231)
@@ -186,7 +186,7 @@
 	done
 
 	# Bring in all the vars, but not empty ones.
-	eval "$(${MAKE} -f ${PORTSDIR}/Mk/bsd.port.mk ${make_cmd} \
+	eval "$(${MAKE} -f ${PORTSDIR}/Mk/bsd.mport.mk ${make_cmd} \
 		USES="${uses}" | grep -v '=$' | sed -e 's,\\ $,,')"
 	for var in ${export_vars}; do
 		# Export and display non-empty ones.  This is not redundant



More information about the Midnightbsd-cvs mailing list