mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
perl -> reinplace
PR: ports/47652 Submitted by: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
This commit is contained in:
parent
b93b90087c
commit
3907fa65a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88190
@ -15,11 +15,12 @@ COMMENT= Dockapp that displays information on jupiter
|
||||
|
||||
WRKSRC= ${WRKDIR}/wmJupiter
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_XPM= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi.orig -e 's|values.h|float.h|; s|MAXDOUBLE|DBL_MAX|g' \
|
||||
@${REINPLACE_CMD} -e 's|values.h|float.h|; s|MAXDOUBLE|DBL_MAX|g' \
|
||||
${WRKSRC}/wmJupiter.c
|
||||
|
||||
do-install:
|
||||
|
Loading…
Reference in New Issue
Block a user