From b885be004d4c94171e64bbfaf75c79113fb834f5 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 29 Aug 2016 20:06:36 +0200 Subject: [PATCH] make: allow to make use of WRKSRC and PKGDIR --- Mk/plugins.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mk/plugins.mk b/Mk/plugins.mk index d115c4618..96b663db6 100644 --- a/Mk/plugins.mk +++ b/Mk/plugins.mk @@ -132,8 +132,8 @@ remove: check done WRKDIR?=${.CURDIR}/work -WRKSRC= ${WRKDIR}/src -PKGDIR= ${WRKDIR}/pkg +WRKSRC?=${WRKDIR}/src +PKGDIR?=${WRKDIR}/pkg package: check @rm -rf ${WRKSRC} ${PKGDIR}