summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/nant/files/nant-0.86_beta1-build.patch')
-rw-r--r--dev-dotnet/nant/files/nant-0.86_beta1-build.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-dotnet/nant/files/nant-0.86_beta1-build.patch b/dev-dotnet/nant/files/nant-0.86_beta1-build.patch
deleted file mode 100644
index 908bcae7ebb5..000000000000
--- a/dev-dotnet/nant/files/nant-0.86_beta1-build.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- nant-0.85-rc4/NAnt.build 2006-06-02 20:07:52.000000000 +0100
-+++ nant-0.85-rc4/NAnt-new.build 2006-09-16 00:56:44.000000000 +0100
-@@ -807,13 +807,14 @@
- </target>
-
- <target name="install-linux" depends="build" if="${platform::is-unix()}">
-- <property name="install.realprefix" value="/usr/local" />
-+ <property name="install.realprefix" value="/usr" />
- <if test="${property::exists('install.prefix') and string::get-length(install.prefix) != 0}">
- <property name="install.realprefix" value="${install.prefix}" />
- </if>
- <property name="install.bindir" value="${path::combine(install.realprefix, 'bin')}"/>
-- <property name="install.share" value="${path::combine(install.realprefix, 'share')}"/>
-- <property name="install.copylocation" value="${path::combine (install.share, 'NAnt')}"/>
-+ <property name="install.libdir" value="${path::combine(install.realprefix, '@LIB@')}"/>
-+ <property name="install.share" value="${path::combine(install.realprefix, '@LIB@')}"/>
-+ <property name="install.copylocation" value="${path::combine(install.libdir, 'NAnt')}"/>
- <property name="prefix" value="${pkg-config::get-variable('mono', 'prefix')}"/>
- <echo message="Installing NAnt to '${install.copylocation}' ..." />
-