[124139] trunk/dports/security/logwatch/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Aug 19 14:19:41 PDT 2014


Revision: 124139
          https://trac.macports.org/changeset/124139
Author:   ryandesign at macports.org
Date:     2014-08-19 14:19:40 -0700 (Tue, 19 Aug 2014)
Log Message:
-----------
logwatch: fix destroot (#44008); indicate noarch (#44012); maintainer timeout

Modified Paths:
--------------
    trunk/dports/security/logwatch/Portfile

Modified: trunk/dports/security/logwatch/Portfile
===================================================================
--- trunk/dports/security/logwatch/Portfile	2014-08-19 21:01:03 UTC (rev 124138)
+++ trunk/dports/security/logwatch/Portfile	2014-08-19 21:19:40 UTC (rev 124139)
@@ -9,6 +9,8 @@
 distname            logwatch-${version}
 categories          security
 maintainers         cern.ch:lassi.tuura
+supported_archs     noarch
+
 description         system log analyzer and reporter
 long_description  \
                     Logwatch is a customizable log analysis system. Logwatch \
@@ -49,7 +51,7 @@
 
     # startup item
     file mkdir ${destroot}${prefix}/etc/LaunchDaemons/${name}
-    file copy files/org.macports.${name}.plist ${destroot}${prefix}/etc/LaunchDaemons/${name}/org.macports.${name}.plist
+    file copy ${filespath}/org.macports.${name}.plist ${destroot}${prefix}/etc/LaunchDaemons/${name}/org.macports.${name}.plist
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/etc/LaunchDaemons/${name}/org.macports.${name}.plist
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140819/5afebff1/attachment.html>


More information about the macports-changes mailing list