[92907] trunk/dports/databases/postgis/Portfile

stromnov at macports.org stromnov at macports.org
Thu May 10 08:08:37 PDT 2012


Revision: 92907
          https://trac.macports.org/changeset/92907
Author:   stromnov at macports.org
Date:     2012-05-10 08:08:35 -0700 (Thu, 10 May 2012)
Log Message:
-----------
postgis: fix docs destroot

Modified Paths:
--------------
    trunk/dports/databases/postgis/Portfile

Modified: trunk/dports/databases/postgis/Portfile
===================================================================
--- trunk/dports/databases/postgis/Portfile	2012-05-10 14:48:32 UTC (rev 92906)
+++ trunk/dports/databases/postgis/Portfile	2012-05-10 15:08:35 UTC (rev 92907)
@@ -6,7 +6,7 @@
 
 name                postgis
 version             1.5.4
-revision            0
+revision            1
 categories          databases
 platforms           darwin
 maintainers         stromnov openmaintainer
@@ -76,9 +76,9 @@
         variant ${p} description "Build with PostgreSQL ${v}" conflicts ${c} {
             post-patch {
                 set args {
-                     PGSQL_DOCDIR=${destroot}${prefix}/share/doc/${p}
-                     PGSQL_MANDIR=${destroot}${prefix}/share/man
-                     PGSQL_SHAREDIR=${destroot}${prefix}/share/${p}
+                     PGSQL_DOCDIR=${prefix}/share/doc/${p}
+                     PGSQL_MANDIR=${prefix}/share/man
+                     PGSQL_SHAREDIR=${prefix}/share/${p}
                 }
 
                 reinplace -E "/doc .*install\\\$/s|\\\$| \[join \${args}\]|" ${worksrcpath}/GNUmakefile
@@ -91,8 +91,8 @@
             configure.args-append   --libdir=${prefix}/lib/${p} \
                                     --with-pgconfig=${prefix}/lib/${p}/bin/pg_config
 
-            build.args-append   PGSQL_DOCDIR=${destroot}${prefix}/share/doc/${p} \
-                                PGSQL_MANDIR=${destroot}${prefix}/share/man
+            build.args-append   PGSQL_DOCDIR=${prefix}/share/doc/${p} \
+                                PGSQL_MANDIR=${prefix}/share/man
         }
     }]
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120510/2f07519c/attachment.html>


More information about the macports-changes mailing list