Date: Mon, 11 Jan 1999 02:34:32 -0500 From: Andrew Arensburger <arensb@cfar.umd.edu> To: ports@FreeBSD.ORG Subject: xfpovray Makefile patch Message-ID: <199901110734.CAA22495@glitnir.cfar.umd.edu>
next in thread | raw e-mail | index | archive | help
------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <22490.916040033.1@cfar.umd.edu> Hi! I had to apply the enclosed patch to /usr/ports/graphics/xfpovray to make it work under 3.0-RELEASE (with Perl 5). It shouldn't break anything for anyone still using Perl 4. -- Andrew Arensburger, Systems guy Center for Automation Research arensb@cfar.umd.edu University of Maryland What if there was a Barbie Wrestlemania game? ------- =_aaaaaaaaaa0 Content-Type: text/plain; name="xfpovray.patch"; charset="us-ascii" Content-ID: <22490.916040033.2@cfar.umd.edu> Content-Description: xfpovray Makefile --- Makefile.bak Sat Jan 9 06:25:01 1999 +++ Makefile Mon Jan 11 02:28:51 1999 @@ -26,6 +26,6 @@ NO_INSTALL_MANPAGES= yes post-patch: - @/usr/bin/perl -pi -e "s|@LOCALBASE@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h + @/usr/bin/perl -pi -e "s|\@LOCALBASE\@|${LOCALBASE}|g;" ${WRKSRC}/src/xfpovray.h .include <bsd.port.mk> ------- =_aaaaaaaaaa0-- 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?199901110734.CAA22495>