1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Fix run_depend to actualy include apps

PR:		ports/175076
Submitted by:	Harry Matthiesen Jensen <hmj@elgert.dk>
This commit is contained in:
Koop Mast 2013-01-07 13:14:45 +00:00
parent a2155147fb
commit d1a849f17a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310043

View File

@ -38,7 +38,7 @@ ${comp:C/:.*//:C/.*\///:U}_DESC= Install ${comp:C/:.*//:C/.*\///} application
.include <bsd.port.options.mk>
.for comp in ${COMPONENTS}
. if ! ${PORT_OPTIONS:M${comp:C/:.*//:C/.*\///:U}}
. if ${PORT_OPTIONS:M${comp:C/:.*//:C/.*\///:U}}
. if ${comp:M:}==""
port=${comp}
check=${comp:C/.*\///} # doesn't work