Commit 571bc8c9 authored by Franco Fichtner's avatar Franco Fichtner

make: make use of WRKSRC and PKGDIR

parent 8eae446e
...@@ -142,8 +142,8 @@ CORE_DEPENDS?= apinger \ ...@@ -142,8 +142,8 @@ CORE_DEPENDS?= apinger \
wol wol
WRKDIR?=${.CURDIR}/work WRKDIR?=${.CURDIR}/work
WRKSRC= ${WRKDIR}/src WRKSRC?=${WRKDIR}/src
PKGDIR= ${WRKDIR}/pkg PKGDIR?=${WRKDIR}/pkg
mount: want-git mount: want-git
@if [ ! -f ${WRKDIR}/.mount_done ]; then \ @if [ ! -f ${WRKDIR}/.mount_done ]; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment