aboutsummaryrefslogblamecommitdiff
path: root/share/mk/bsd.port.subdir.mk
blob: 14c0857f04b251bafab1cc674f1efcd0469a51c9 (plain) (tree)
1
2
3
4
5
6
7
8
9
 



                                                                           


                                                                       
      

                          
                               
      
 
                                                         
 
                             

.if !defined(PORTSDIR)
# Autodetect if the command is being run in a ports tree that's not rooted
# in the default /usr/ports.  The ../../.. case is in case ports ever grows
# a third level.
.for RELPATH in . .. ../.. ../../..
.if !defined(_PORTSDIR) && exists(${.CURDIR}/${RELPATH}/Mk/bsd.port.mk)
_PORTSDIR=	${.CURDIR}/${RELPATH}
.endif
.endfor
_PORTSDIR?=	/usr/ports
PORTSDIR=	${_PORTSDIR:tA}
.endif

BSDPORTSUBDIRMK?=	${PORTSDIR}/Mk/bsd.port.subdir.mk

.include "${BSDPORTSUBDIRMK}"