PRIVILEGED_STAGES is only necessary if installation does not use
DESTDIR.
This commit is contained in:
parent
aedbd13765
commit
58dc3f956f
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.28 2010/02/19 20:16:40 heinz Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2010/02/19 20:20:18 heinz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libetpan-0.57
|
||||
|
@ -19,7 +19,10 @@ USE_LANGUAGES+= c++
|
|||
USE_LANGUAGES+= c
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if empty(USE_DESTDIR:M[Yy][Ee][Ss])
|
||||
PRIVILEGED_STAGES+= clean
|
||||
.endif
|
||||
|
||||
SUBST_CLASSES+= conf
|
||||
SUBST_STAGE.conf= pre-configure
|
||||
|
|
Loading…
Reference in a new issue