summaryrefslogtreecommitdiff
path: root/devel/xsd/files/patch-xsd_xsd_makefile
blob: 21173954424bb6ba63fed69e15346107a79cc7a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Rename the xsd binary to xsdcxx, as lang/mono already installs an executable
called `xsd'.
--- xsd/xsd/makefile.orig	2014-07-21 06:36:38 UTC
+++ xsd/xsd/makefile
@@ -150,7 +150,7 @@ $(out_base)/: $(xsd)
 # Install
 #
 $(install): $(xsd)
-	$(call install-exec,$<,$(install_bin_dir)/xsd)
+	$(call install-exec,$<,$(install_bin_dir)/xsdcxx)
 
 # Dist.
 #