PERFORCE change 101452 for review
Gabor Kovesdan
gabor at FreeBSD.org
Thu Jul 13 11:26:15 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=101452
Change 101452 by gabor at gabor_spitfire on 2006/07/13 11:25:28
${GMAKE} should point to ${LOCALBASE}/bin/gmake, since gmake is
installed into DESTDIR as a dependency.
Affected files ...
.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#20 edit
Differences ...
==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#20 (text+ko) ====
@@ -2027,7 +2027,7 @@
NONEXISTENT?= /nonexistent
# Miscellaneous overridable commands:
-GMAKE?= gmake
+GMAKE?= ${LOCALBASE}/bin/gmake
XMKMF?= xmkmf -a
.if exists(/sbin/md5)
MD5?= /sbin/md5
More information about the p4-projects
mailing list