Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Aug 2014 18:33:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192878] comms/pr [maintainer] new source location
Message-ID:  <bug-192878-13-H3ibOebodt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192878-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192878-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192878

--- Comment #8 from C Hutchinson <portmaster@bsdforge.com> ---
(In reply to John Marino from comment #7)
> I posted this as an example:
> "(cd ${WRKSRC}/sbin && ${INSTALL_PROGRAM} ${PROGRAMS} ${STAGEDIR}${PREFIX}"
> 
> it should have been:
> "(cd ${WRKSRC}/sbin && ${INSTALL_PROGRAM} ${PROGRAMS} ${STAGEDIR}${PREFIX})"
> 
> The missing ")" pertains to the end of my example, that's all.

Ahh. OK. For the record, that's the direction I initially attempted.
But ${INSTALL_PROGRAM} insists on using strip(1). Which fails,
because the sbin/$files are simply scripts, not bin(ary).

Thanks again, John.

--Chris

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192878-13-H3ibOebodt>