diff options
Diffstat (limited to 'lang/python23/Makefile.common')
-rw-r--r-- | lang/python23/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common index 2b55b6c5d70..ec31197bf59 100644 --- a/lang/python23/Makefile.common +++ b/lang/python23/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2006/06/01 15:25:03 jlam Exp $ +# $NetBSD: Makefile.common,v 1.35 2007/07/01 00:25:53 adrianp Exp $ # DISTNAME= Python-2.3.5 @@ -35,6 +35,10 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python23/PLIST.${OPSYS} .endif PLIST_SRC+= ${.CURDIR}/../../lang/python23/PLIST.common_end +.if ${OPSYS} == "NetBSD" +PRIVILEGED_STAGE+= clean +.endif + .if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix" PY_PLATNAME= ${LOWER_OPSYS} .elif ${OPSYS} == "IRIX" |