mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
80985a6af3
Added file(s): - files/patch-build.xml PR: ports/100770 Submitted by: Alexander Botero-Lowry (maintainer)
14 lines
400 B
XML
14 lines
400 B
XML
--- build.xml.orig Mon Jul 24 04:13:49 2006
|
|
+++ build.xml Mon Jul 24 04:14:10 2006
|
|
@@ -124,9 +124,7 @@
|
|
<copy todir="${sharedDir}/images">
|
|
<fileset dir="images"/>
|
|
</copy>
|
|
- <copy todir="${installDir}/.xmms2">
|
|
- <fileset dir=".xmms2" excludes="**/settings.properties"/>
|
|
- </copy>
|
|
+
|
|
<copy todir="${installDir}/org/x4x/properties">
|
|
<fileset dir="src/org/x4x/properties"/>
|
|
</copy>
|