[121325] trunk/dports/www/webarchiver/Portfile

khindenburg at macports.org khindenburg at macports.org
Mon Jun 23 05:59:18 PDT 2014


Revision: 121325
          https://trac.macports.org/changeset/121325
Author:   khindenburg at macports.org
Date:     2014-06-23 05:59:17 -0700 (Mon, 23 Jun 2014)
Log Message:
-----------
webarchiver: whitespace changes only + adding modeline

Modified Paths:
--------------
    trunk/dports/www/webarchiver/Portfile

Modified: trunk/dports/www/webarchiver/Portfile
===================================================================
--- trunk/dports/www/webarchiver/Portfile	2014-06-23 12:56:15 UTC (rev 121324)
+++ trunk/dports/www/webarchiver/Portfile	2014-06-23 12:59:17 UTC (rev 121325)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem      1.0
@@ -5,7 +6,7 @@
 PortGroup       xcode 1.0
 
 github.setup    newzealandpaul webarchiver 0.6
-epoch		1
+epoch           1
 categories      www
 maintainers     khindenburg openmaintainer
 license         none
@@ -16,11 +17,11 @@
     webarchives (.webarchive) from the command line.\
     webarchiver is compatible with Mac OS X 10.4 (Safari 2.0).
 
-checksums	sha1 32d7f164bbf0dbdb282a7bc2a1e3de6c1f9a1314 \
-		rmd160 f7cab0bb154e55d3db5c3bc888fbc892b8176387
+checksums       sha1   32d7f164bbf0dbdb282a7bc2a1e3de6c1f9a1314 \
+                rmd160 f7cab0bb154e55d3db5c3bc888fbc892b8176387
 
 destroot {
-    xinstall  ${worksrcpath}/build/Release/webarchiver ${destroot}${prefix}/bin
+    xinstall ${worksrcpath}/build/Release/webarchiver ${destroot}${prefix}/bin
 
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140623/27ad575b/attachment.html>


More information about the macports-changes mailing list