Define default value of WRKSRC again. It is required by the packages without

NO_WRKSUBDIR.
This commit is contained in:
kei 2001-09-10 02:46:15 +00:00
parent 6785675414
commit dd9ba6a7a5

View file

@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.805 2001/09/09 20:36:07 agc Exp $
# $NetBSD: bsd.pkg.mk,v 1.806 2001/09/10 02:46:15 kei Exp $
#
# This file is in the public domain.
#
@ -484,6 +484,8 @@ WRKDIR?= ${BUILD_DIR}/${WRKDIR_BASENAME}
@${ECHO_MSG} 'NO_WRKSUBDIR has been deprecated - please replace it with an explicit'
@${ECHO_MSG} 'assignment of WRKSRC= $${WRKDIR}'
@${FALSE}
.else # NO_WRKSUBDIR
WRKSRC?= ${WRKDIR}/${DISTNAME}
.endif # NO_WRKSUBDIR
# A few aliases for *-install targets