[124175] trunk/dports/_resources/port1.0/group/kde4-1.1.tcl

ryandesign at macports.org ryandesign at macports.org
Wed Aug 20 00:55:28 PDT 2014


Revision: 124175
          https://trac.macports.org/changeset/124175
Author:   ryandesign at macports.org
Date:     2014-08-20 00:55:28 -0700 (Wed, 20 Aug 2014)
Log Message:
-----------
kde4-1.1.tcl: use ne for string comparison; update copyright years

Modified Paths:
--------------
    trunk/dports/_resources/port1.0/group/kde4-1.1.tcl

Modified: trunk/dports/_resources/port1.0/group/kde4-1.1.tcl
===================================================================
--- trunk/dports/_resources/port1.0/group/kde4-1.1.tcl	2014-08-20 06:38:43 UTC (rev 124174)
+++ trunk/dports/_resources/port1.0/group/kde4-1.1.tcl	2014-08-20 07:55:28 UTC (rev 124175)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8; mode: tcl; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4; truncate-lines: t -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-# Copyright (c) 2010 The MacPorts Project
+# Copyright (c) 2010-2014 The MacPorts Project
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -75,7 +75,7 @@
 
 # augment the CMake module lookup path, if necessary depending on
 # where Qt4 is installed.
-if {${qt_dir} != ${prefix}} {
+if {${qt_dir} ne ${prefix}} {
     set cmake_module_path ${cmake_share_module_dir}\;${qt_cmake_module_dir}
     configure.args-delete -DCMAKE_MODULE_PATH=${cmake_share_module_dir}
     configure.args-append -DCMAKE_MODULE_PATH="${cmake_module_path}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140820/ff282321/attachment.html>


More information about the macports-changes mailing list