[134315] trunk/dports/editors/TECO/Portfile

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


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

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

Modified: trunk/dports/editors/TECO/Portfile
===================================================================
--- trunk/dports/editors/TECO/Portfile	2015-03-22 05:37:24 UTC (rev 134314)
+++ trunk/dports/editors/TECO/Portfile	2015-03-22 05:37:36 UTC (rev 134315)
@@ -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,6 +5,7 @@
 
 name             TECO
 version          1.0
+revision         1
 distname         teco
 categories       editors
 license          Permissive
@@ -27,7 +29,7 @@
                  LDFLAGS="${configure.ldflags} ${configure.ld_archflags}"
 
 destroot {
-    xinstall -m 555 -W ${worksrcpath} te ${destroot}${prefix}/bin
+    xinstall -m 755 -W ${worksrcpath} te ${destroot}${prefix}/bin
     xinstall -m 444 -W ${worksrcpath} te.1 ${destroot}${prefix}/share/man/man1
     xinstall -d ${destroot}${prefix}/share/doc/teco
     xinstall -m 444 -W ${worksrcpath} teco.doc teco_data.doc sample.tecorc sample.tecorc2 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150321/e57d00ae/attachment.html>


More information about the macports-changes mailing list