Replace ${PERL} with ${REINPLACE_CMD}. Regards, Olli
add USE_REINPLACE= yes Regards, Olli Index: Makefile =================================================================== RCS file: /home/ncvs/ports/comms/hylafax/Makefile,v retrieving revision 1.46 diff -u -r1.46 Makefile --- Makefile 2002/03/30 14:33:20 1.46 +++ Makefile 2002/06/19 21:18:11 @@ -34,6 +34,7 @@ .endif MAKE_ARGS+= OPTIMIZER="" -EOPTIMIZER +USE_REINPLACE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= ENVOPTS="${CFLAGS}" @@ -73,7 +74,7 @@ .if ${LOCALBASE} != /usr/local post-patch: - ${PERL} -pi -e 's^/usr/local^${LOCALBASE}^g' \ + ${REINPLACE_CMD} -e 's^/usr/local^${LOCALBASE}^g' \ `find work/hylafax-4.1 -type f -print0 | \ xargs -0 fgrep -l --mmap /usr/local` .endif
State Changed From-To: open->closed Committed, Thanks!