[40469] trunk/dports/devel/aegis/Portfile

boeyms at macports.org boeyms at macports.org
Thu Oct 2 10:46:33 PDT 2008


Revision: 40469
          http://trac.macports.org/changeset/40469
Author:   boeyms at macports.org
Date:     2008-10-02 10:46:33 -0700 (Thu, 02 Oct 2008)
Log Message:
-----------
aegis: set destroot.violate_mtree to yes

Aegis insists on using ${prefix}/com as part of is operation, so we need to
flag this mtree violation.  Thanks to David Vincent (private email) for
reporting this problem.

Modified Paths:
--------------
    trunk/dports/devel/aegis/Portfile

Modified: trunk/dports/devel/aegis/Portfile
===================================================================
--- trunk/dports/devel/aegis/Portfile	2008-10-02 17:40:07 UTC (rev 40468)
+++ trunk/dports/devel/aegis/Portfile	2008-10-02 17:46:33 UTC (rev 40469)
@@ -35,6 +35,8 @@
 configure.args  --mandir=${prefix}/share/man --infodir=${prefix}/share/info
 
 destroot.keepdirs   ${destroot}${prefix}/com
+destroot.violate_mtree  yes
+
 post-install {
     ui_msg "In order to use Aegis properly, you need to source a file \n\
         provided by Aegis that is appropriate to your shell, \n\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081002/21934e4f/attachment.html 


More information about the macports-changes mailing list