Revision: 91618 https://trac.macports.org/changeset/91618 Author: ryandesign@macports.org Date: 2012-04-06 18:35:08 -0700 (Fri, 06 Apr 2012) Log Message: ----------- aspell: fix notes Modified Paths: -------------- trunk/dports/textproc/aspell/Portfile Modified: trunk/dports/textproc/aspell/Portfile =================================================================== --- trunk/dports/textproc/aspell/Portfile 2012-04-07 01:33:33 UTC (rev 91617) +++ trunk/dports/textproc/aspell/Portfile 2012-04-07 01:35:08 UTC (rev 91618) @@ -58,10 +58,6 @@ system "${prefix}/bin/install-info ${prefix}/share/info/aspell-dev.info ${prefix}/share/info/dir" } -notes \ -"You must install (at least) one of the language dictionaries after -installing this port in order for it to work." - variant nls conflicts nonls { configure.args-delete --disable-nls configure.args-append --enable-nls @@ -82,3 +78,8 @@ default_variants +nonls } } + +notes " +You must install (at least) one of the language dictionaries after installing\ +this port in order for it to work. +"
participants (1)
-
ryandesign@macports.org