diff options
Diffstat (limited to 'sysutils/conky-awesome/Makefile')
-rw-r--r-- | sysutils/conky-awesome/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/conky-awesome/Makefile b/sysutils/conky-awesome/Makefile index c23041544434..f8130fc231fc 100644 --- a/sysutils/conky-awesome/Makefile +++ b/sysutils/conky-awesome/Makefile @@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --disable-double-buffer .endif post-extract: - ${REINPLACE_CMD} -e "s|== xyes|= xyes|g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|== xyes|= xyes|g" ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/conky ${PREFIX}/bin |