- fix build with new nant

from ryan boggs (MAINTAINER)
This commit is contained in:
jasper 2012-06-12 17:31:32 +00:00
parent 5adfd17387
commit e607b9c7b2
2 changed files with 20 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2012/05/25 22:21:53 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2012/06/12 17:31:32 jasper Exp $
COMMENT = Python-like language for the .NET/Mono platform
@ -9,7 +9,7 @@ BUILD_NUM = 9
DISTNAME = ${PKGNAME}.${BUILD_NUM}
PKGNAME = ${PNAME}-${V}
CATEGORIES = lang
REVISION = 1
REVISION = 2
EXTRACT_SUFX = -src.zip

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-default_build,v 1.1.1.1 2011/10/06 12:43:32 jasper Exp $
$OpenBSD: patch-default_build,v 1.2 2012/06/12 17:31:32 jasper Exp $
--- default.build.orig Thu Jan 20 13:25:04 2011
+++ default.build Tue Oct 4 14:06:43 2011
+++ default.build Sat Jun 9 08:50:09 2012
@@ -32,6 +32,7 @@
<property name="install.libdir" value="${path::combine(install.prefix,'lib')}" />
<property name="install.boolib" value="${path::combine(install.libdir,'boo')}" />
@ -22,6 +22,22 @@ $OpenBSD: patch-default_build,v 1.1.1.1 2011/10/06 12:43:32 jasper Exp $
<mkdir dir="${fakeroot.boolib}"/>
<mkdir dir="${fakeroot.bindir}"/>
@@ -612,13 +613,13 @@
</exec>
</do>
</foreach>
-
+<!--
<copy todir="${fakeroot.boolib}/pt">
<fileset basedir="${build.dir}/pt">
<include name="*"/>
</fileset>
</copy>
-
+-->
<copy todir="${fakeroot.bindir}">
<fileset basedir="${build.dir}">
<include name="booc"/>
@@ -634,7 +635,7 @@
</fileset>
</copy>