[Bug 192878] comms/pr [maintainer] new source location

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 21 18:33:09 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192878

--- Comment #8 from C Hutchinson <portmaster at 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.


More information about the freebsd-ports-bugs mailing list