diff options
author | novel <novel@FreeBSD.org> | 2005-08-31 18:55:33 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-08-31 18:55:33 +0800 |
commit | ea551f16a7e1388d1124d1c6e471a0c4e511f739 (patch) | |
tree | b02291630f519563c1044d01e108b2a7c2828ed7 /sysutils/conky | |
parent | c5c60115887a8fa4eae49ad320898c82ad73e063 (diff) | |
download | freebsd-ports-gnome-ea551f16a7e1388d1124d1c6e471a0c4e511f739.tar.gz freebsd-ports-gnome-ea551f16a7e1388d1124d1c6e471a0c4e511f739.tar.zst freebsd-ports-gnome-ea551f16a7e1388d1124d1c6e471a0c4e511f739.zip |
Fix configure switches.
Diffstat (limited to 'sysutils/conky')
-rw-r--r-- | sysutils/conky/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile index cb4519bdf22e..c23041544434 100644 --- a/sysutils/conky/Makefile +++ b/sysutils/conky/Makefile @@ -15,6 +15,7 @@ MAINTAINER= novel@FreeBSD.org COMMENT= An advanced, highly configurable system monitor for X USE_BZIP2= yes +USE_REINPLACE= yes HAS_CONFIGURE= yes USE_X_PREFIX= yes @@ -46,6 +47,9 @@ CONFIGURE_ARGS+= --disable-mpd CONFIGURE_ARGS+= --disable-double-buffer .endif +post-extract: + ${REINPLACE_CMD} -e "s|== xyes|= xyes|g" ${WRKSRC}/configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/conky ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/conky.1 ${PREFIX}/man/man1 |