diff options
author | rodent <rodent> | 2013-04-06 14:58:18 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 14:58:18 +0000 |
commit | 8a6c7457c8e9ad03679dc4a0c372f4b4d52fe132 (patch) | |
tree | b1cff420284d5ee15e6d2d156f4e102e8c38f089 /security/rid | |
parent | 390d4755243917068e139a87068986e574213ad8 (diff) | |
download | pkgsrc-8a6c7457c8e9ad03679dc4a0c372f4b4d52fe132.tar.gz |
'Please use ${ECHO} instead of "echo".'
'Please use ${ECHO_N} instead of "echo -n".'
Diffstat (limited to 'security/rid')
-rw-r--r-- | security/rid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/rid/Makefile b/security/rid/Makefile index 25b05461788..c3a4dabfd81 100644 --- a/security/rid/Makefile +++ b/security/rid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/02/06 19:31:05 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 14:58:20 rodent Exp $ # DISTNAME= rid-1.11 @@ -21,8 +21,8 @@ CONF_FILES= ${PREFIX}/share/examples/rid/rid.conf ${PKG_SYSCONFDIR}/rid.conf INSTALLATION_DIRS= sbin share/doc/rid share/examples/rid post-configure: - @echo "#undef DEFAULT_YYIN" >> ${WRKSRC}/netconfig.h - @echo "#define DEFAULT_YYIN \"${PKG_SYSCONFDIR}/rid.conf\"" >> \ + @${ECHO} "#undef DEFAULT_YYIN" >> ${WRKSRC}/netconfig.h + @${ECHO} "#define DEFAULT_YYIN \"${PKG_SYSCONFDIR}/rid.conf\"" >> \ ${WRKSRC}/netconfig.h do-install: |