make: make use of WRKSRC and PKGDIR

This commit is contained in:
Franco Fichtner 2016-08-29 20:08:21 +02:00
parent 8eae446e8b
commit 571bc8c9a6

View File

@ -142,8 +142,8 @@ CORE_DEPENDS?= apinger \
wol
WRKDIR?=${.CURDIR}/work
WRKSRC= ${WRKDIR}/src
PKGDIR= ${WRKDIR}/pkg
WRKSRC?=${WRKDIR}/src
PKGDIR?=${WRKDIR}/pkg
mount: want-git
@if [ ! -f ${WRKDIR}/.mount_done ]; then \