[134316] trunk/dports/editors/aee/Portfile

ionic at macports.org ionic at macports.org
Sat Mar 21 22:37:40 PDT 2015


Revision: 134316
          https://trac.macports.org/changeset/134316
Author:   ionic at macports.org
Date:     2015-03-21 22:37:40 -0700 (Sat, 21 Mar 2015)
Log Message:
-----------
aee: add modeline. Fix permissions of xinstall on binary file. Revbump. Patch provided by Eitan Adler.

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

Modified: trunk/dports/editors/aee/Portfile
===================================================================
--- trunk/dports/editors/aee/Portfile	2015-03-22 05:37:36 UTC (rev 134315)
+++ trunk/dports/editors/aee/Portfile	2015-03-22 05:37:40 UTC (rev 134316)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -4,7 +5,7 @@
 
 name             aee
 version          2.2.15b
-revision         1
+revision         2
 categories       editors
 license          Artistic-1
 maintainers      nomaintainer
@@ -35,7 +36,7 @@
 	set manDir ${destroot}${prefix}/share/man/man1
 	set docDir ${destroot}${prefix}/share/doc/aee
 
-	xinstall -m 555 ${worksrcpath}/aee ${binDir}
+	xinstall -m 755 ${worksrcpath}/aee ${binDir}
 	system "ln ${binDir}/aee ${binDir}/rae"
 
 	xinstall -m 444 ${worksrcpath}/aee.1 ${manDir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150321/d52edab8/attachment-0001.html>


More information about the macports-changes mailing list