mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Fix configure switches.
This commit is contained in:
parent
f6925bfda8
commit
aa36052f1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141554
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user