[Midnightbsd-cvs] www: fake.html: update to use prefixhack.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Wed Mar 12 15:38:17 EDT 2008


Log Message:
-----------
update to use prefixhack.

Modified Files:
--------------
    www/docs/mports:
        fake.html (r1.8 -> r1.9)

-------------- next part --------------
Index: fake.html
===================================================================
RCS file: /home/cvs/www/docs/mports/fake.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -L docs/mports/fake.html -L docs/mports/fake.html -u -r1.8 -r1.9
--- docs/mports/fake.html
+++ docs/mports/fake.html
@@ -96,9 +96,7 @@
 
 <p>A quick and dirty hack is to override <code>prefix</code> in the port makefile:</p>
 
-<pre>FAKE_MAKEARGS+= prefix=${FAKE_DESTDIR}${PREFIX}</pre>
-
-<p>This works, but if you ever configure the package with a separate <code>exec_prefix</code> things will break.</p>
+<pre>FAKE_OPTS=	prefixhack</pre>
 
 <p><code>DESTDIR</code> is occasionally called something different, the most common case being <code>INSTALL_ROOT</code>.  Simply set the <code>DESTDIRNAME</code> variable in the port's makefile.</p>
 


More information about the Midnightbsd-cvs mailing list