1
0
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:
Roman Bogorodskiy 2005-08-31 10:55:33 +00:00
parent f6925bfda8
commit aa36052f1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141554
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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