[63121] trunk/dports/sysutils/smartmontools/Portfile

toby at macports.org toby at macports.org
Tue Jan 26 16:55:10 PST 2010


Revision: 63121
          http://trac.macports.org/changeset/63121
Author:   toby at macports.org
Date:     2010-01-26 16:55:08 -0800 (Tue, 26 Jan 2010)
Log Message:
-----------
fix perms

Modified Paths:
--------------
    trunk/dports/sysutils/smartmontools/Portfile

Modified: trunk/dports/sysutils/smartmontools/Portfile
===================================================================
--- trunk/dports/sysutils/smartmontools/Portfile	2010-01-26 20:54:41 UTC (rev 63120)
+++ trunk/dports/sysutils/smartmontools/Portfile	2010-01-27 00:55:08 UTC (rev 63121)
@@ -4,6 +4,7 @@
 
 name            smartmontools
 version         5.39
+revision        1
 categories      sysutils
 maintainers     toby
 description     SMART hard drive monitoring
@@ -34,7 +35,7 @@
         set launchd_plist net.sourceforge.smartmontools.smartd.plist
 
         xinstall -d ${launchd_path}
-        xinstall ${filespath}/${launchd_plist} ${launchd_path}
+        xinstall -m 0644 ${filespath}/${launchd_plist} ${launchd_path}
         reinplace s|__PREFIX__|${prefix}| ${launchd_path}/${launchd_plist}
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100126/d8c42b0c/attachment.html>


More information about the macports-changes mailing list