[147838] trunk/dports/net/nss/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Apr 17 10:02:42 PDT 2016


Revision: 147838
          https://trac.macports.org/changeset/147838
Author:   mcalhoun at macports.org
Date:     2016-04-17 10:02:42 -0700 (Sun, 17 Apr 2016)
Log Message:
-----------
nss: add Modeline and whitespace changes

Modified Paths:
--------------
    trunk/dports/net/nss/Portfile

Modified: trunk/dports/net/nss/Portfile
===================================================================
--- trunk/dports/net/nss/Portfile	2016-04-17 16:22:07 UTC (rev 147837)
+++ trunk/dports/net/nss/Portfile	2016-04-17 17:02:42 UTC (rev 147838)
@@ -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
@@ -36,21 +37,21 @@
 universal_variant no
 
 post-patch {
-        reinplace "s|@executable_path|${prefix}/lib/nss|g" \
+    reinplace "s|@executable_path|${prefix}/lib/nss|g" \
         ${worksrcpath}/mozilla/security/coreconf/Darwin.mk \
         ${worksrcpath}/mozilla/security/nss/lib/freebl/config.mk
-        reinplace "s|@@PREFIX@@|${prefix}|g" \
+    reinplace "s|@@PREFIX@@|${prefix}|g" \
         ${worksrcpath}/mozilla/security/coreconf/Darwin.mk \
         ${worksrcpath}/mozilla/security/coreconf/UNIX.mk
-        reinplace "s|= cc\$|= ${configure.cc}|" \
+    reinplace "s|= cc\$|= ${configure.cc}|" \
         ${worksrcpath}/mozilla/security/coreconf/Darwin.mk
-        reinplace "s|= c++\$|= ${configure.cxx}|" \
+    reinplace "s|= c++\$|= ${configure.cxx}|" \
         ${worksrcpath}/mozilla/security/coreconf/Darwin.mk
-        reinplace "s|= ranlib\$|= /usr/bin/ranlib|" \
+    reinplace "s|= ranlib\$|= /usr/bin/ranlib|" \
         ${worksrcpath}/mozilla/security/coreconf/Darwin.mk
-        reinplace "s|=gcc|=${configure.cc}|" \
+    reinplace "s|=gcc|=${configure.cc}|" \
         ${worksrcpath}/mozilla/security/nss/Makefile
-        reinplace "s|=g++|=${configure.cxx}|" \
+    reinplace "s|=g++|=${configure.cxx}|" \
         ${worksrcpath}/mozilla/security/nss/Makefile
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160417/85bc732b/attachment.html>


More information about the macports-changes mailing list