REVISION: emacs-21.3 (WITH PATCH)
Reported by: |
sal@… |
Owned by: |
jkh@… |
Priority:
|
Low
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
emacs
|
|
|
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 (3)
Owner: |
changed from darwinports-bugs@… to jkh@…
|
Summary: |
installed emacs port complains about missing leim directory (WITH PATCH) →
REVISION: emacs-21.3 (WITH PATCH)
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
emacs added
|