Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2001 21:08:38 -0800 (PST)
From:      spcoltri@omcl.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24123: fix pilot-link Makefile
Message-ID:  <200101070508.f0758c106852@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24123
>Category:       ports
>Synopsis:       fix pilot-link Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 06 21:10:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Steve Coltrin
>Release:        
>Organization:
Orbital Mind Control Lasers
>Environment:
>Description:
palm/pilot-link/Makefile contains syntactic and semantic errors
>How-To-Repeat:

>Fix:
--- Makefile.old	Fri Jan  5 07:15:43 2001
+++ Makefile	Sat Jan  6 21:56:59 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 > ${LOCALBASE}/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?200101070508.f0758c106852>