From 571bc8c9a67314ab686a30085cccbad31dbcbe86 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 29 Aug 2016 20:08:21 +0200 Subject: [PATCH] make: make use of WRKSRC and PKGDIR --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 996624ec8..78fa09a65 100644 --- a/Makefile +++ b/Makefile @@ -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 \