From owner-freebsd-questions Sun Jun 6 20:53:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ice.winterzone.com (ice.winterzone.com [209.98.6.108]) by hub.freebsd.org (Postfix) with ESMTP id 47D7114CA9 for ; Sun, 6 Jun 1999 20:53:17 -0700 (PDT) (envelope-from jstock@winterzone.com) Received: from localhost (jstock@localhost [127.0.0.1]) by ice.winterzone.com (8.9.3/8.9.3) with ESMTP id WAA52880 for ; Sun, 6 Jun 1999 22:53:16 -0500 (CDT) (envelope-from jstock@winterzone.com) Date: Sun, 6 Jun 1999 22:53:16 -0500 (CDT) From: "Jeremy L. Stock" X-Sender: jstock@localhost To: freebsd-questions@freebsd.org Subject: Ports Question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message