[66650] trunk/dports/net/heimdal/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Apr 19 01:24:10 PDT 2010


Revision: 66650
          http://trac.macports.org/changeset/66650
Author:   ryandesign at macports.org
Date:     2010-04-19 01:24:04 -0700 (Mon, 19 Apr 2010)
Log Message:
-----------
heimdal: use configure.pre_args for the --prefix argument

Modified Paths:
--------------
    trunk/dports/net/heimdal/Portfile

Modified: trunk/dports/net/heimdal/Portfile
===================================================================
--- trunk/dports/net/heimdal/Portfile	2010-04-19 06:43:07 UTC (rev 66649)
+++ trunk/dports/net/heimdal/Portfile	2010-04-19 08:24:04 UTC (rev 66650)
@@ -30,8 +30,8 @@
 # Use a separate prefix to avoid conflicts with the system kerberos headers
 # and libraries.
 destroot.violate_mtree yes
-configure.args	--prefix=${prefix}/heimdal \
-		--sysconfdir=${prefix}/etc --enable-shared \
+configure.pre_args	--prefix=${prefix}/heimdal \
+configure.args	--sysconfdir=${prefix}/etc --enable-shared \
 		--enable-static --without-x
 
 configure.cflags-append	-D_FORTIFY_SOURCE=0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100419/9b51d02d/attachment.html>


More information about the macports-changes mailing list