diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-11-26 23:45:08 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-11-26 23:45:08 +0000 |
commit | 8f402d572e55cf65d0460c8bffaaf212ec85bfce (patch) | |
tree | 8c20e6d8c9ef06af87db8f03bed1cfdc401ca0a9 /astro/wmsolar/Makefile | |
parent | remove some obsolete files (diff) |
Fix build on -current and PERL->REINPLACE_CMD
Submitted by: bento
Diffstat (limited to 'astro/wmsolar/Makefile')
-rw-r--r-- | astro/wmsolar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/wmsolar/Makefile b/astro/wmsolar/Makefile index 2ca16e642381..31179392056b 100644 --- a/astro/wmsolar/Makefile +++ b/astro/wmsolar/Makefile @@ -16,9 +16,10 @@ WRKSRC= ${WRKDIR}/wmSolar USE_X_PREFIX= yes USE_XPM= yes USE_GMAKE= yes +USE_REINPLACE= 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}/wmSolar.c do-install: |