wip/ instead of lang/ for now.

This commit is contained in:
Jeremy C. Reed 2009-10-30 01:26:44 +00:00 committed by Thomas Klausner
parent a9e20b7597
commit 134e01e39a
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/10/30 01:01:15 jeremy-c-reed Exp $
# $NetBSD: Makefile,v 1.2 2009/10/30 01:26:44 jeremy-c-reed Exp $
DISTNAME= Python-3.1.1
PKGNAME= python31-3.1.1
@ -44,11 +44,11 @@ LIBS.SunOS+= -lrt
PY_VER_SUFFIX= 3.1
PLIST_SRC= ${.CURDIR}/../../lang/python31/PLIST.common
.if exists(${.CURDIR}/../../lang/python31/PLIST.${OPSYS})
PLIST_SRC+= ${.CURDIR}/../../lang/python31/PLIST.${OPSYS}
PLIST_SRC= ${.CURDIR}/../../wip/python31/PLIST.common
.if exists(${.CURDIR}/../../wip/python31/PLIST.${OPSYS})
PLIST_SRC+= ${.CURDIR}/../../wip/python31/PLIST.${OPSYS}
.endif
PLIST_SRC+= ${.CURDIR}/../../lang/python31/PLIST.common_end
PLIST_SRC+= ${.CURDIR}/../../wip/python31/PLIST.common_end
.if ${OPSYS} == "NetBSD"
PRIVILEGED_STAGES+= clean

View file

@ -1,4 +1,4 @@
# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/10/30 01:01:16 jeremy-c-reed Exp $
# $NetBSD: buildlink3.mk,v 1.2 2009/10/30 01:26:44 jeremy-c-reed Exp $
BUILDLINK_TREE+= python31
@ -6,7 +6,7 @@ BUILDLINK_TREE+= python31
PYTHON31_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.python31+= python31>=3.1
BUILDLINK_PKGSRCDIR.python31?= ../../lang/python31
BUILDLINK_PKGSRCDIR.python31?= ../../wip/python31
. if defined(BUILDLINK_DEPMETHOD.python)
BUILDLINK_DEPMETHOD.python31?= ${BUILDLINK_DEPMETHOD.python}