Date: Wed, 19 Jun 2002 14:20:04 -0700 (PDT) From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: freebsd-ports@FreeBSD.org Subject: Re: ports/39262: Update port: comms/hylafax -> Message-ID: <200206192120.g5JLK4I03420@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/39262; it has been noted by GNATS. From: Oliver Braun <obraun@informatik.unibw-muenchen.de> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/39262: Update port: comms/hylafax -> Date: Wed, 19 Jun 2002 23:18:52 +0200 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206192120.g5JLK4I03420>