Ticket #39019: org-mode.diff
File org-mode.diff, 884 bytes (added by drkp (Dan Ports), 12 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup elisp 1.0 5 6 6 7 name org-mode 7 8 version 7.9.4 … … 23 24 checksums rmd160 a3c65d8d83de882b41d77c499a9ecf0b80bf3cc3 \ 24 25 sha256 2a1b2b9cf5a9c3606aede007d05d5ee978b42d88cfeaaf28f45ae11c21f81848 25 26 26 depends_lib p ort:emacs27 depends_lib path:${emacs_binary}:${emacs_binary_provider} 27 28 depends_build port:texinfo 28 29 29 use_configure no30 30 31 configure { 32 system -W ${worksrcpath} "make local.mk" 33 reinplace "s|EMACS = emacs|EMACS = ${emacs_binary}|g" ${worksrcpath}/local.mk 34 } 35 31 36 destroot.destdir prefix=${destroot}${prefix}/share 32 37 destroot.target install-lisp install-info 33 38