[63031] trunk/dports/net/dnsmasq/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Jan 23 19:37:11 PST 2010


Revision: 63031
          http://trac.macports.org/changeset/63031
Author:   ryandesign at macports.org
Date:     2010-01-23 19:37:11 -0800 (Sat, 23 Jan 2010)
Log Message:
-----------
dnsmasq: fix comments

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

Modified: trunk/dports/net/dnsmasq/Portfile
===================================================================
--- trunk/dports/net/dnsmasq/Portfile	2010-01-24 03:35:22 UTC (rev 63030)
+++ trunk/dports/net/dnsmasq/Portfile	2010-01-24 03:37:11 UTC (rev 63031)
@@ -67,14 +67,14 @@
 }
 
 post-destroot {
-    # Create the directory that dnsmasq likes to store it's pid in.
+    # Create the directory that dnsmasq likes to store its pid in.
     file mkdir ${prefix}/var/run
 
     #
     # Set up a launchd item.  The daemondo wrapper is not needed.
     #
 
-    # Create the plist file
+    # Create the plist file.
     set itemname    ${startupitem.name}
     set uniquename  ${startupitem.uniquename}
     set plistname   ${startupitem.plist}
@@ -108,7 +108,7 @@
     puts ${plist} "</plist>"
     close ${plist}
 
-    # Make a symlink to the plist file
+    # Make a symlink to the plist file.
     file mkdir "${destroot}/Library/${daemondest}"
     ln -sf "${itemdir}/${plistname}" "${destroot}/Library/${daemondest}"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100123/896accbb/attachment.html>


More information about the macports-changes mailing list