Opened 19 years ago

Last modified 8 years ago

#2609 closed defect

installed emacs port complains about missing leim directory (WITH PATCH) — at Initial Version

Reported by: sal@… Owned by: darwinports-bugs@…
Priority: Low Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: emacs

Description

The leim component is an optional component that is downloaded separately. Since the current portfile does not download that component, it should make an empty directory in its place to prevent emacs from complaining about its absense every time it runs.

--- Portfile 12 Jan 2005 21:28:25 -0000 1.35 +++ Portfile 24 Jan 2005 09:10:45 -0000 @@ -30,6 +30,7 @@ post-destroot {

file rename info share/info system "rm -rf share/man" file rename man share/man

+ file mkdir ${destroot}${prefix}/share/emacs/$version/leim

if {[variant_isset carbon]} {

global destroot prefix version

Change History (0)

Note: See TracTickets for help on using tickets.