diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /x11-toolkits/jx/files/patch-ab | |
parent | - update for cairo release (diff) |
Remove expired ports
Notes
Notes:
svn path=/head/; revision=147349
Diffstat (limited to 'x11-toolkits/jx/files/patch-ab')
-rw-r--r-- | x11-toolkits/jx/files/patch-ab | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/x11-toolkits/jx/files/patch-ab b/x11-toolkits/jx/files/patch-ab deleted file mode 100644 index a44b19866856..000000000000 --- a/x11-toolkits/jx/files/patch-ab +++ /dev/null @@ -1,27 +0,0 @@ ---- 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 |