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

jochen at macports.org jochen at macports.org
Thu Mar 6 23:42:58 PST 2008


Revision: 34821
          http://trac.macosforge.org/projects/macports/changeset/34821
Author:   jochen at macports.org
Date:     2008-03-06 23:42:57 -0800 (Thu, 06 Mar 2008)

Log Message:
-----------
fix installation of info files (Ticket #14552)

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

Modified: trunk/dports/textproc/aspell/Portfile
===================================================================
--- trunk/dports/textproc/aspell/Portfile	2008-03-07 07:34:28 UTC (rev 34820)
+++ trunk/dports/textproc/aspell/Portfile	2008-03-07 07:42:57 UTC (rev 34821)
@@ -26,8 +26,8 @@
 configure.env	        LIBS="-L${prefix}/lib"
 configure.cflags-append "-I${prefix}/include"
 configure.args	        --enable-dict-dir="${prefix}/share/aspell" \
-                        --enable-compile-in-filters \
-                        --infodir=${destroot}${prefix}/share/info
+                        --infodir="${prefix}/share/info" \
+                        --enable-compile-in-filters
 
 post-destroot {
 	file delete -force ${destroot}${prefix}/share/info/dir

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080306/5142d388/attachment.html 


More information about the macports-changes mailing list