Revision
145236
Author
easieste@macports.org
Date
2016-01-29 02:07:17 -0800 (Fri, 29 Jan 2016)

Log Message

lang/ecl:  fix destroot target

Addresses <https://trac.macports.org/ticket/50447>.

Modified Paths

Diff

Modified: trunk/dports/lang/ccl/Portfile (145235 => 145236)


--- trunk/dports/lang/ccl/Portfile	2016-01-29 08:44:38 UTC (rev 145235)
+++ trunk/dports/lang/ccl/Portfile	2016-01-29 10:07:17 UTC (rev 145236)
@@ -83,7 +83,7 @@
 
     xinstall -d ${destroot}${prefix}/share/doc/${name}
     xinstall -d ${destroot}${prefix}/share/examples
-    xinstall -m 644 -W ${worksrcpath}/doc LGPL LICENSE \
+    xinstall -m 644 -W ${worksrcpath}/doc \
              release-notes-1.1.txt release-notes-1.2.txt release-notes.txt \
              ${destroot}${prefix}/share/doc/${name}
     file copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${name}