Date: 10 Sep 2000 15:16:45 -0700 From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) To: "Akinori -Aki- MUSHA" <knu@idaemons.org> Cc: freebsd-ports@FreeBSD.org Subject: Re: a bugfix for bsd.port.mk Message-ID: <vqc7l8juc36.fsf@silvia.hip.berkeley.edu> In-Reply-To: "Akinori -Aki- MUSHA"'s message of "Mon, 11 Sep 2000 04:50:05 %2B0900" References: <86g0n8yqky.wl@archon.local.idaemons.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* From: "Akinori -Aki- MUSHA" <knu@idaemons.org> * Applying the following patch should fix it. * * Index: bsd.port.mk * =================================================================== * RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v * retrieving revision 1.349 * diff -u -r1.349 bsd.port.mk * --- bsd.port.mk 2000/09/09 13:21:14 1.349 * +++ bsd.port.mk 2000/09/10 19:40:22 * @@ -2074,7 +2074,7 @@ * if [ -s ${WRKDIR}/.PLIST.startup ] ; then \ * echo " This port has installed the following startup scripts which may cause"; \ * echo " network services to be started at boot time."; \ * - ${SED} s,^,$$PREFIX/, < ${WRKDIR}/.PLIST.startup; \ * + ${SED} s,^,${PREFIX}/, < ${WRKDIR}/.PLIST.startup; \ * echo; \ * fi; \ * echo " If there are vulnerabilities in these programs there may be a security"; \ * * * -- Oops. Kris? Satoshi 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?vqc7l8juc36.fsf>