Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 2001 12:12:59 -0600
From:      Rich Winkel <rich@math.missouri.edu>
To:        dima@freebsd.org
Cc:        ports@freebsd.org
Subject:   FreeBSD Port: pilot-link-0.9.3 errors in Makefile
Message-ID:  <3A5DF7AB.95290D33@math.missouri.edu>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A5DF7AB.95290D33>