Date: Tue, 9 Jan 2001 10:04:28 +0100 (CET) From: send-pr@oldach.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/24176: Typo garbling post-install target in ports/palm/pilot-link/Makefile Message-ID: <200101090904.f0994S927768@sep.hamburg.com>
next in thread | raw e-mail | index | archive | help
>Number: 24176 >Category: ports >Synopsis: post-install target in ports/palm/pilot-link/Makefile >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 09 01:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: $FreeBSD: /ctm/FreeBSD/anoncvs/cvs/ports/palm/pilot-link/Makefile,v 1.40 2001/01/05 14:15:43 dima Exp $ >Description: @{$SED} should be @${SED} >How-To-Repeat: make install :-) >Fix: --- Makefile.ORIG Fri Jan 5 22:17:51 2001 +++ Makefile Tue Jan 9 09:50:53 2001 @@ -28,7 +28,7 @@ MAN7= pilot-link.7 post-install: - @{$SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${PREFIX}/etc/rc.d/pilot-link.sh + @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/pilot-link.sh > ${PREFIX}/etc/rc.d/pilot-link.sh @${CHMOD} 750 ${LOCALBASE}/etc/rc.d/pilot-link.sh .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted: 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?200101090904.f0994S927768>