Ticket #40398: magit-emacs_app.diff
File magit-emacs_app.diff, 455 bytes (added by cubranic@…, 11 years ago) |
---|
-
Portfile
old new 38 38 use_configure no 39 39 40 40 destroot.args PREFIX=${prefix} SYSCONFDIR=${prefix}/etc 41 42 variant emacs_app description "If your Emacs is emacs-app" { 43 depends_lib-append port:emacs-app 44 depends_lib-delete port:emacs 45 46 destroot.args-append EMACS=${destroot}${applications_dir}/Emacs.app/Contents/MacOS/Emacs 47 }