Define default value of WRKSRC again. It is required by the packages without
NO_WRKSUBDIR.
This commit is contained in:
parent
6785675414
commit
dd9ba6a7a5
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue