[142891] trunk/dports/editors/xemacs/Portfile

dstrubbe at macports.org dstrubbe at macports.org
Sat Dec 12 07:40:27 PST 2015


Revision: 142891
          https://trac.macports.org/changeset/142891
Author:   dstrubbe at macports.org
Date:     2015-11-26 06:50:26 -0800 (Thu, 26 Nov 2015)
Log Message:
-----------
xemacs: Fix link to directory where packages are installed. (part of ticket #49564)

Modified Paths:
--------------
    trunk/dports/editors/xemacs/Portfile

Modified: trunk/dports/editors/xemacs/Portfile
===================================================================
--- trunk/dports/editors/xemacs/Portfile	2015-11-26 14:31:05 UTC (rev 142890)
+++ trunk/dports/editors/xemacs/Portfile	2015-11-26 14:50:26 UTC (rev 142891)
@@ -11,7 +11,7 @@
 platforms       darwin
 maintainers     nomaintainer
 license         GPL-2+
-revision        1
+revision        2
 
 description     A highly customizable open-source text editor.
 
@@ -74,7 +74,11 @@
 post-destroot {
     set xemacs_lib ${destroot}${prefix}/lib/xemacs-${version}
     xinstall -d -m 0755 ${xemacs_lib}
+
+    # this directory is empty
+    delete ${destroot}${prefix}/lib/xemacs
     system "cd ${destroot}${prefix}/lib && ln -s xemacs-${version} xemacs"
+
     if {[file exists ${workpath}/mule-packages]} {
         ui_debug "Installing mule-sumo distribution into destroot"
         file copy ${workpath}/mule-packages ${xemacs_lib}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/8e2b4244/attachment.html>


More information about the macports-changes mailing list