Date: Mon, 28 Jun 1999 03:00:03 -0700 (PDT) From: Johan Karlsson <Johan.Karlsson@sm.luth.se> To: freebsd-ports@FreeBSD.org Subject: Re: ports/12410: latex2html port asume perl is in /usr/local/bin Message-ID: <199906281000.DAA11371@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/12410; it has been noted by GNATS. From: Johan Karlsson <Johan.Karlsson@sm.luth.se> To: freebsd-gnats-submit@freebsd.org, k@numeri.campus.luth.se, cpiazza@freebsd.org Cc: Subject: Re: ports/12410: latex2html port asume perl is in /usr/local/bin Date: Mon, 28 Jun 1999 11:52:06 +0200 When trying to run after a fresh install, I noted that there are more places this needs to be done in this port. Here is a diff (which _is_ cut-n-pasted): *** Makefile.orig Mon Jun 28 11:40:15 1999 --- Makefile Mon Jun 28 11:44:17 1999 *************** *** 27,32 **** --- 27,38 ---- post-patch: @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/latex2html + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/configure-pstoimg + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/install-test + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/makemap + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/pstoimg + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/pstoimg_nopipes + @${PERL} -pi -e 's:/usr/local/bin/perl:${PERL}:' ${WRKSRC}/texexpand do-install: @${MKDIR} ${PREFIX}/share/latex2html /Johan -- Johan Karlsson Phone : +46 (0)920 720 16 Systemteknik, Datalogi Fax : +46 (0)920 721 91 Luleċ Tekniska Universitet E-mail: Johan.Karlsson@SM.LuTH.SE S-971 87 LULEĊ, SWEDEN 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?199906281000.DAA11371>