Date: Sun, 6 Jun 1999 22:53:16 -0500 (CDT) From: "Jeremy L. Stock" <jstock@winterzone.com> To: freebsd-questions@freebsd.org Subject: Ports Question Message-ID: <Pine.BSF.4.10.9906062248510.52872-100000@localhost>
next in thread | raw e-mail | index | archive | help
What is the following looking for/supposed to do? post-install: @if [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi @install-info ${PREFIX}/info/automake.info ${PREFIX}/info/dir This was taken from the Makefile for automake but quite a few other ports have it now and they all abort on it before being registered under 3.2-STABLE as of June 4th. I'm just been commenting these lines out but I'd appreciate knowing what's not set up correctly. -- Jeremy L. Stock <jstock@winterzone.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9906062248510.52872-100000>