[85185] trunk/dports/databases/unixODBC/Portfile
snc at macports.org
snc at macports.org
Mon Oct 10 13:52:05 PDT 2011
Revision: 85185
http://trac.macports.org/changeset/85185
Author: snc at macports.org
Date: 2011-10-10 13:52:05 -0700 (Mon, 10 Oct 2011)
Log Message:
-----------
unixODBC: license
Modified Paths:
--------------
trunk/dports/databases/unixODBC/Portfile
Modified: trunk/dports/databases/unixODBC/Portfile
===================================================================
--- trunk/dports/databases/unixODBC/Portfile 2011-10-10 20:33:01 UTC (rev 85184)
+++ trunk/dports/databases/unixODBC/Portfile 2011-10-10 20:52:05 UTC (rev 85185)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -9,6 +10,7 @@
categories databases
platforms darwin
maintainers cotsworth.com:simon
+license LGPL-2+
description Provides ODBC 3 connectivity for Unix
long_description The unixODBC project provides UNIX applications with the \
@@ -70,7 +72,7 @@
xinstall -d -m 0755 ${destroot}${prefix}/share/${name}
foreach template [glob ${portpath}/${filesdir}/*.template] {
- xinstall -m 0644 $template ${destroot}${prefix}/share/${name}
+ xinstall -m 0644 $template ${destroot}${prefix}/share/${name}
}
foreach driver [glob ${destroot}${prefix}/share/${name}/*.driver.*] {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111010/0cbac53b/attachment.html>
More information about the macports-changes
mailing list