diff options
author | novel <novel@FreeBSD.org> | 2005-09-03 02:07:32 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-09-03 02:07:32 +0800 |
commit | c934452bc5ca57fb45a84ac40b9fe2178ff8e239 (patch) | |
tree | 2c506f0a1bccdcff1c84d10eafff30f8b165790d /sysutils/conky/Makefile | |
parent | 30a3dc796552dce4f723ab4d8288e7eff9abe11e (diff) | |
download | freebsd-ports-graphics-c934452bc5ca57fb45a84ac40b9fe2178ff8e239.tar.gz freebsd-ports-graphics-c934452bc5ca57fb45a84ac40b9fe2178ff8e239.tar.zst freebsd-ports-graphics-c934452bc5ca57fb45a84ac40b9fe2178ff8e239.zip |
Attempt to fix build on amd64.
Reported by: pointyhat via kris
Diffstat (limited to 'sysutils/conky/Makefile')
-rw-r--r-- | sysutils/conky/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index c2304154443..f8130fc231f 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/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 |