make: allow to make use of WRKSRC and PKGDIR

This commit is contained in:
Franco Fichtner
2016-08-29 20:06:36 +02:00
parent 9e4960c55a
commit b885be004d
+2 -2
View File
@@ -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}