[40222] trunk/dports/x11/Xaw3d/Portfile

ryandesign at macports.org ryandesign at macports.org
Fri Sep 26 00:26:10 PDT 2008


Revision: 40222
          http://trac.macports.org/changeset/40222
Author:   ryandesign at macports.org
Date:     2008-09-26 00:26:10 -0700 (Fri, 26 Sep 2008)
Log Message:
-----------
Xaw3d: fix destroot phase so you don't need to be root to install it

Modified Paths:
--------------
    trunk/dports/x11/Xaw3d/Portfile

Modified: trunk/dports/x11/Xaw3d/Portfile
===================================================================
--- trunk/dports/x11/Xaw3d/Portfile	2008-09-26 07:23:10 UTC (rev 40221)
+++ trunk/dports/x11/Xaw3d/Portfile	2008-09-26 07:26:10 UTC (rev 40222)
@@ -38,6 +38,10 @@
 }
 use_xmkmf               yes
 
+post-configure {
+    reinplace "s|-o root -g wheel||" ${worksrcpath}/Makefile
+}
+
 # The Imakefile default is to install everything into /usr/X11R6/lib,
 # which prevents multiple MacPorts installs on the same system.  Have
 # it install the entire package into ${prefix} instead.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080926/56bdc827/attachment.html 


More information about the macports-changes mailing list