summaryrefslogtreecommitdiff
path: root/lang/python22/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python22/Makefile')
-rw-r--r--lang/python22/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile
index bfefa69d44f..95cd2499d6d 100644
--- a/lang/python22/Makefile
+++ b/lang/python22/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2007/02/22 19:26:39 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2007/07/01 00:21:53 adrianp Exp $
#
DISTNAME= Python-2.2.3
@@ -33,6 +33,10 @@ PLIST_SRC+= ${.CURDIR}/../../lang/python22/PLIST.${OPSYS}
.endif
PLIST_SRC+= ${.CURDIR}/../../lang/python22/PLIST.common_end
+.if ${OPSYS} == "NetBSD"
+PRIVILEGED_STAGE+= clean
+.endif
+
.if ${OPSYS} == "Darwin" || ${OPSYS} == "Interix"
PLIST_SUBST+= PY_PLATNAME=${LOWER_OPSYS:Q}
.elif ${OPSYS} == "IRIX"