aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorangstsmurf2018-08-21 15:37:08 +0200
committerEugene Sandulenko2018-08-28 15:52:23 +0200
commitebedc154377b9229a8cb0389483db19afbb52891 (patch)
tree0f377bca4879dd415b67a0af6d132b5dd3c4d24e /ports.mk
parentd4eca67d2a0b130f05284503349df39c3966af13 (diff)
downloadscummvm-rg350-ebedc154377b9229a8cb0389483db19afbb52891.tar.gz
scummvm-rg350-ebedc154377b9229a8cb0389483db19afbb52891.tar.bz2
scummvm-rg350-ebedc154377b9229a8cb0389483db19afbb52891.zip
MACOSX: Give every license file a menu item
We make a renamed copy of the three license files with non-standard suffixes, to make them open in TextEdit by default.
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/ports.mk b/ports.mk
index 358ee4dcfe..2674aaf2cd 100644
--- a/ports.mk
+++ b/ports.mk
@@ -121,10 +121,9 @@ ifdef DIST_FILES_ENGINEDATA
endif
$(srcdir)/devtools/credits.pl --rtf > $(bundle_name)/Contents/Resources/AUTHORS.rtf
rm $(bundle_name)/Contents/Resources/AUTHORS
- cp $(bundle_name)/Contents/Resources/COPYING $(bundle_name)/Contents/Resources/COPYING-COMBINED
- echo "\n---\n" | cat - $(bundle_name)/Contents/Resources/COPYING.LGPL >> $(bundle_name)/Contents/Resources/COPYING-COMBINED
- echo "\n---\n" | cat - $(bundle_name)/Contents/Resources/COPYING.FREEFONT >> $(bundle_name)/Contents/Resources/COPYING-COMBINED
- echo "\n---\n" | cat - $(bundle_name)/Contents/Resources/COPYING.BSD >> $(bundle_name)/Contents/Resources/COPYING-COMBINED
+ cp $(bundle_name)/Contents/Resources/COPYING.LGPL $(bundle_name)/Contents/Resources/COPYING-LGPL
+ cp $(bundle_name)/Contents/Resources/COPYING.FREEFONT $(bundle_name)/Contents/Resources/COPYING-FREEFONT
+ cp $(bundle_name)/Contents/Resources/COPYING.BSD $(bundle_name)/Contents/Resources/COPYING-BSD
chmod 644 $(bundle_name)/Contents/Resources/*
cp scummvm-static $(bundle_name)/Contents/MacOS/scummvm
chmod 755 $(bundle_name)/Contents/MacOS/scummvm