freebsd-ports/x11-toolkits/jx/files/patch-ab
Mario Sergio Fujikawa Ferreira bc82a6d708 Fix build: improve previous solution where the distfile was tricked
into believing makemake was installed during build time even though
it really is not

PR:		46217 [1]
Reported by:	bento,
		Nick Jennings <nkj@grenzik.us.mvd> [1]
2003-03-08 18:33:06 +00:00

27 lines
755 B
Text

--- programs/makemake/Makefile.port.orig Tue Sep 21 22:03:14 1999
+++ programs/makemake/Makefile.port Sat Mar 8 14:44:25 2003
@@ -49,24 +49,7 @@
.PHONY : jxinstall
jxinstall: regex makemake
@strip makemake
- @mv makemake ${JX_INSTALL_ROOT}/
- @if { which makemake > /dev/null; } then \
- { \
- echo "makemake successfully installed"; \
- } \
- else \
- { \
- echo; \
- echo "makemake is not on your execution path. It was placed in"; \
- echo; \
- echo " ${JX_INSTALL_ROOT}"; \
- echo; \
- echo "Please add this to your execution path and restart start the build."; \
- echo; \
- false; \
- } \
- fi
#
# libraries we have eaten