From owner-freebsd-ports Thu Jan 11 10:13:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from math.missouri.edu (math.missouri.edu [128.206.49.180]) by hub.freebsd.org (Postfix) with ESMTP id 452AB37B699; Thu, 11 Jan 2001 10:13:00 -0800 (PST) Received: from math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by math.missouri.edu (8.9.3/8.9.3) with ESMTP id MAA36407; Thu, 11 Jan 2001 12:12:59 -0600 (CST) (envelope-from rich@math.missouri.edu) Message-ID: <3A5DF7AB.95290D33@math.missouri.edu> Date: Thu, 11 Jan 2001 12:12:59 -0600 From: Rich Winkel Organization: University of Missouri X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: dima@freebsd.org Cc: ports@freebsd.org Subject: FreeBSD Port: pilot-link-0.9.3 errors in Makefile Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, there are two problems with the current port makefile in the post-install section: In line: @{$SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${PREFI X}/etc/rc.d/pilot-link.sh The "@{$SED}" should be "@${SED}" Also, since $PREFIX has been set to $LOCALBASE/pilot, the startup script will be put in $LOCALBASE/pilot/etc instead of $LOCALBASE/etc, so the next line bombs: @${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh Thanks! Rich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message