summaryrefslogtreecommitdiff
path: root/databases/gadfly
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:45:01 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 09:45:01 +0000
commitc8eb0d48785c0ccaefec1e6760abc6623f08d233 (patch)
tree22976d84e83439a4ed13de075a5a82fe1d68b428 /databases/gadfly
parentUse ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; (diff)
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
Notes
Notes: svn path=/head/; revision=53949
Diffstat (limited to 'databases/gadfly')
-rw-r--r--databases/gadfly/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gadfly/Makefile b/databases/gadfly/Makefile
index cb3430fcf5e7..a050ba5215b1 100644
--- a/databases/gadfly/Makefile
+++ b/databases/gadfly/Makefile
@@ -23,7 +23,7 @@ do-install:
${MKDIR} ${GADFLYDIR}
${INSTALL_DATA} ${WRKSRC}/*.py ${GADFLYDIR}
${INSTALL_DATA} ${WRKSRC}/sql.mar ${GADFLYDIR}
- ${ECHO} 'gadfly' > ${PYTHON_SITELIBDIR}/gadfly.pth
+ ${ECHO_CMD} 'gadfly' > ${PYTHON_SITELIBDIR}/gadfly.pth
(cd ${GADFLYDIR}; ${PYTHON_CMD} gfinstall.py)
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${GADFLYDIR}
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${GADFLYDIR}