perl -> reinplace

PR:		ports/47652
Submitted by:	Simon 'portlint' Schubert <corecode@corecode.ath.cx>
This commit is contained in:
Edwin Groothuis
2003-08-31 12:09:43 +00:00
parent b93b90087c
commit 3907fa65a4

View File

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