On Feb 11, 2008, at 12:53, jochen@macports.org wrote:
Revision: 34061 http://trac.macosforge.org/projects/macports/changeset/34061 Author: jochen@macports.org Date: 2008-02-11 10:53:36 -0800 (Mon, 11 Feb 2008)
Log Message: ----------- lint port, move Emacs' Local Variables to end of file
It would be better to leave the modeline at the top of the file like it was. "lint" in 1.6.0 is complaining about this, but this complaint has already been removed from MacPorts trunk.
Modified Paths: -------------- trunk/dports/tex/bibutils/Portfile
Modified: trunk/dports/tex/bibutils/Portfile =================================================================== --- trunk/dports/tex/bibutils/Portfile 2008-02-11 18:43:48 UTC (rev 34060) +++ trunk/dports/tex/bibutils/Portfile 2008-02-11 18:53:36 UTC (rev 34061) @@ -1,7 +1,7 @@ -# -*- coding: utf-8; mode: tcl; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil -*- vim:et:sw=4:ts=4:sts=4 # $Id$
PortSystem 1.0 + name bibutils version 3.40 categories tex @@ -25,3 +25,13 @@ rmd160 6d6666119669a400716c99ee7c46922de4f54954
configure.pre_args --install-dir ${destroot}${prefix}/bin + + +# Local Variables: +# coding: utf-8 +# mode: tcl +# c-basic-offset: 4 +# indent-tabs-mode: nil +# tab-width: 4 +# truncate-lines: t +# End: