Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Aug 1998 20:03:38 +0200 (CEST)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        markm@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   small bug in new perl5 port?
Message-ID:  <199808061803.UAA00612@internal>

next in thread | raw e-mail | index | archive | help
The new perl5 port installed but failed during post-install
when it tried to run h2ph. However, I found that h2ph had
been installed in the script dir instead of the bin dir.

After changing

  @(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h)

into

  @(cd /usr/include && ${PREFIX}/script/h2ph *.h machine/*.h sys/*.h)

everything worked ok.


Did someone else see this happen?

	-Andre

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?199808061803.UAA00612>