[40089] trunk/dports/python/py-nltk/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 19 23:49:58 PDT 2008


Revision: 40089
          http://trac.macports.org/changeset/40089
Author:   ryandesign at macports.org
Date:     2008-09-19 23:49:58 -0700 (Fri, 19 Sep 2008)
Log Message:
-----------
py-nltk: whitespace changes

Modified Paths:
--------------
    trunk/dports/python/py-nltk/Portfile

Modified: trunk/dports/python/py-nltk/Portfile
===================================================================
--- trunk/dports/python/py-nltk/Portfile	2008-09-20 06:44:10 UTC (rev 40088)
+++ trunk/dports/python/py-nltk/Portfile	2008-09-20 06:49:58 UTC (rev 40089)
@@ -14,16 +14,19 @@
                     construction of programs that process natural language,\
                     and defines standard interfaces between the different \
                     components of an NLP system.
-
 homepage            http://nltk.sf.net/
 master_sites        sourceforge:nltk
 distname            nltk-${version}
+
 checksums           md5 fb402d42d71844fe4483affa100814e5
 
 depends_run         port:py-numarray \
                     port:py-tkinter
 
 post-destroot {
-    xinstall -m 644 -W ${worksrcpath} CHANGELOG.TXT LICENSE.TXT \
-        README.TXT ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} \
+        CHANGELOG.TXT \
+        LICENSE.TXT \
+        README.TXT \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080919/0c7001ba/attachment.html 


More information about the macports-changes mailing list