[114605] trunk/dports/sysutils/chkrootkit/Portfile
ryandesign at macports.org
ryandesign at macports.org
Wed Dec 11 10:57:46 PST 2013
Revision: 114605
https://trac.macports.org/changeset/114605
Author: ryandesign at macports.org
Date: 2013-12-11 10:57:46 -0800 (Wed, 11 Dec 2013)
Log Message:
-----------
chkrootkit: whitespace changes; add modeline
Modified Paths:
--------------
trunk/dports/sysutils/chkrootkit/Portfile
Modified: trunk/dports/sysutils/chkrootkit/Portfile
===================================================================
--- trunk/dports/sysutils/chkrootkit/Portfile 2013-12-11 15:30:26 UTC (rev 114604)
+++ trunk/dports/sysutils/chkrootkit/Portfile 2013-12-11 18:57:46 UTC (rev 114605)
@@ -1,26 +1,32 @@
+# -*- 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
-name chkrootkit
-version 0.49
-categories sysutils
-platforms darwin
-maintainers nomaintainer
-description chkrootkit is a tool to locally check for signs of a rootkit
-long_description chkrootkit is a tool to locally check for signs of a rootkit.
-homepage http://www.chkrootkit.org/
-master_sites ftp://ftp.pangeia.com.br/pub/seg/pac/
-checksums md5 304d840d52840689e0ab0af56d6d3a18 \
- sha1 cec1a3c482b95b20d3a946b07fffb23290abc4a6 \
- rmd160 8c23ed9859a7dcf7d43ac15049b48c863ab63e92
-
-patchfiles patch-Makefile
+PortSystem 1.0
-use_configure no
+name chkrootkit
+version 0.49
+categories sysutils
+platforms darwin
+maintainers nomaintainer
-build.target sense all
-build.args CC=${configure.cc}
+description chkrootkit is a tool to locally check for signs of a rootkit
+long_description chkrootkit is a tool to locally check for signs of a rootkit.
+
+homepage http://www.chkrootkit.org/
+master_sites ftp://ftp.pangeia.com.br/pub/seg/pac/
+
+checksums md5 304d840d52840689e0ab0af56d6d3a18 \
+ sha1 cec1a3c482b95b20d3a946b07fffb23290abc4a6 \
+ rmd160 8c23ed9859a7dcf7d43ac15049b48c863ab63e92
+
+patchfiles patch-Makefile
+
+use_configure no
+
+build.target sense all
+build.args CC=${configure.cc}
+
destroot {
xinstall -m 755 -W ${worksrcpath} \
check_wtmpx \
@@ -33,10 +39,10 @@
ifpromisc \
strings-static \
${destroot}${prefix}/bin
-
+
set docdir ${destroot}${prefix}/share/doc/chkrootkit
xinstall -m 755 -d ${docdir}
-
+
xinstall -m 644 -W ${worksrcpath} \
ACKNOWLEDGMENTS \
COPYRIGHT \
@@ -46,6 +52,6 @@
${docdir}
}
-livecheck.type regex
-livecheck.url [lindex ${master_sites} 0]
-livecheck.regex ${name}-(\[0-9.\]+)\\.tar
+livecheck.type regex
+livecheck.url [lindex ${master_sites} 0]
+livecheck.regex ${name}-(\[0-9.\]+)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131211/c57bf021/attachment.html>
More information about the macports-changes
mailing list