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-awesome/Makefile | |
parent | 30a3dc796552dce4f723ab4d8288e7eff9abe11e (diff) | |
download | freebsd-ports-gnome-c934452bc5ca57fb45a84ac40b9fe2178ff8e239.tar.gz freebsd-ports-gnome-c934452bc5ca57fb45a84ac40b9fe2178ff8e239.tar.zst freebsd-ports-gnome-c934452bc5ca57fb45a84ac40b9fe2178ff8e239.zip |
Attempt to fix build on amd64.
Reported by: pointyhat via kris
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 |