[34636] trunk/dports/textproc/aspell/Portfile

jochen at macports.org jochen at macports.org
Fri Feb 29 15:06:14 PST 2008


Revision: 34636
          http://trac.macosforge.org/projects/macports/changeset/34636
Author:   jochen at macports.org
Date:     2008-02-29 15:06:12 -0800 (Fri, 29 Feb 2008)

Log Message:
-----------
lint

Modified Paths:
--------------
    trunk/dports/textproc/aspell/Portfile

Modified: trunk/dports/textproc/aspell/Portfile
===================================================================
--- trunk/dports/textproc/aspell/Portfile	2008-02-29 21:57:21 UTC (rev 34635)
+++ trunk/dports/textproc/aspell/Portfile	2008-02-29 23:06:12 UTC (rev 34636)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name		        	aspell
 version		            0.60.5
 categories	            textproc
@@ -24,7 +25,7 @@
 configure.cflags-append "-I${prefix}/include"
 configure.args	        --enable-dict-dir="${prefix}/share/aspell" \
                         --enable-compile-in-filters \
-                        --infodir=${prefix}/share/info
+                        --infodir=${destroot}${prefix}/share/info
 
 post-destroot {
 	file delete -force ${destroot}${prefix}/share/info/dir
@@ -50,7 +51,7 @@
 }
 
 platform macosx {
-# gnustep-gui uses aspell and will not work if aspell is linked to gettext because 
+# gnustep-gui uses aspell and will not work if aspell is linked to gettext because
 # gettext is linked to CoreFoundation which is itself linked to the Apple objc runtime
 # (All we are saying, is give GNUstep a chance)
     if { ![variant_isset nls] } {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080229/59b8df69/attachment.html 


More information about the macports-changes mailing list