diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-08 18:41:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-08 18:41:30 +0800 |
commit | 27b58e05583dbd0dbed960cf162e599ebc0f227b (patch) | |
tree | 08d4d418aed90a1f7e8eb25819d284dce8d35a8b /graphics/white_dune | |
parent | e5f65fe9c160b78b54514fe1bebfa37c1259f7c8 (diff) | |
download | freebsd-ports-gnome-27b58e05583dbd0dbed960cf162e599ebc0f227b.tar.gz freebsd-ports-gnome-27b58e05583dbd0dbed960cf162e599ebc0f227b.tar.zst freebsd-ports-gnome-27b58e05583dbd0dbed960cf162e599ebc0f227b.zip |
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'graphics/white_dune')
-rw-r--r-- | graphics/white_dune/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/white_dune/Makefile b/graphics/white_dune/Makefile index 4614e452f447..8d13a532af89 100644 --- a/graphics/white_dune/Makefile +++ b/graphics/white_dune/Makefile @@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= png:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg +USE_REINPLACE= yes USE_BISON= yes USE_MESA= yes USE_MOTIF= yes @@ -27,9 +28,9 @@ MAN1= dune.1 post-patch: @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} \ - ${PERL} -pi -e "s/malloc\.h/stdlib.h/g" - @${PERL} -pi -e "s/values\.h/limits.h/g" ${WRKSRC}/stdafx.h - @${PERL} -pi -e "s/alloca\.h/stdlib.h/g" ${WRKSRC}/NodeNurbsSurface.cpp + ${REINPLACE_CMD} -e "s/malloc\.h/stdlib.h/g" + @${REINPLACE_CMD} -e "s/values\.h/limits.h/g" ${WRKSRC}/stdafx.h + @${REINPLACE_CMD} -e "s/alloca\.h/stdlib.h/g" ${WRKSRC}/NodeNurbsSurface.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dune ${PREFIX}/bin |