[134317] trunk/dports/editors/nedit/Portfile

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


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

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

Modified: trunk/dports/editors/nedit/Portfile
===================================================================
--- trunk/dports/editors/nedit/Portfile	2015-03-22 05:37:40 UTC (rev 134316)
+++ trunk/dports/editors/nedit/Portfile	2015-03-22 05:37:44 UTC (rev 134317)
@@ -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             nedit
 version          5.5
-revision         2
+revision         3
 categories       editors
 license          GPL-2+
 maintainers      nomaintainer
@@ -46,12 +47,12 @@
                 CC="${configure.cc}"
 
 destroot {
-    xinstall -s -m 555 ${worksrcpath}/source/nedit \
+    xinstall -s -m 755 ${worksrcpath}/source/nedit \
         ${destroot}${prefix}/bin/nedit
     xinstall -m 444 ${worksrcpath}/doc/nedit.man \
         ${destroot}${prefix}/share/man/man1/nedit.1
 
-    xinstall -s -m 555 ${worksrcpath}/source/nc \
+    xinstall -s -m 755 ${worksrcpath}/source/nc \
         ${destroot}${prefix}/bin/nedit-nc
     xinstall -m 444 ${worksrcpath}/doc/nc.man \
         ${destroot}${prefix}/share/man/man1/nedit-nc.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150321/81e1d062/attachment.html>


More information about the macports-changes mailing list