mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
make: allow to make use of WRKSRC and PKGDIR
This commit is contained in:
+2
-2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user