aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-24 22:50:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-24 22:50:59 +0000
commit5404fb321801512c83bdd4f21ba359d4ee4ffa6d (patch)
treeb0ccfd4f25034d34ebee63718b492c084f5cf4be
parenteda642abd7a759d45f4470b4367c07773be27f0a (diff)
downloadports-5404fb321801512c83bdd4f21ba359d4ee4ffa6d.tar.gz
ports-5404fb321801512c83bdd4f21ba359d4ee4ffa6d.zip
Notes
-rw-r--r--devel/gdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gdb/Makefile b/devel/gdb/Makefile
index 35182e355e56..f72e22380ead 100644
--- a/devel/gdb/Makefile
+++ b/devel/gdb/Makefile
@@ -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}