svn commit: r359170 - head/devel/gdb
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 24 22:50:59 UTC 2014
Author: bapt
Date: Tue Jun 24 22:50:59 2014
New Revision: 359170
URL: http://svnweb.freebsd.org/changeset/ports/359170
QAT: https://qat.redports.org/buildarchive/r359170/
Log:
Use MAKE_CMD
Modified:
head/devel/gdb/Makefile
Modified: head/devel/gdb/Makefile
==============================================================================
--- head/devel/gdb/Makefile Tue Jun 24 22:50:35 2014 (r359169)
+++ head/devel/gdb/Makefile Tue Jun 24 22:50:59 2014 (r359170)
@@ -101,9 +101,9 @@ do-install:
.endif
.if ${PORT_OPTIONS:MPYTHON}
- (cd ${WRKSRC}/gdb; ${GMAKE} DESTDIR=${STAGEDIR} install-python )
+ (cd ${WRKSRC}/gdb; ${MAKE_CMD} DESTDIR=${STAGEDIR} install-python )
(cd ${WRKSRC}/gdb/data-directory ; \
- ${GMAKE} DESTDIR=${STAGEDIR} install-python )
+ ${MAKE_CMD} DESTDIR=${STAGEDIR} install-python )
.endif
.if ${PORT_OPTIONS:MPYTHON}
More information about the svn-ports-all
mailing list