[Bug 194578] sysutils/vagrant: Error setting certificate verify locations

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 10 18:08:51 UTC 2014


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

--- Comment #20 from John Marino <marino at FreeBSD.org> ---
quick question:

the command before is this:
@${RM} ${WRKSRC}/bin/vagrant.orig

but the REINPLACE_CMD will produce vagrant.bak

Is that okay?  If not, maybe you want to move the RM line after the
REINPLACE_CMD line and change it to @${RM} ${WRKSRC}/bin/vagrant.* or 
@${RM} ${WRKSRC}/bin/vagrant.orig ${WRKSRC}/bin/vagrant.bak


(I don't know how important the removal of the .orig file is, but I figured if
it's really needed, you don't want the .bak file either)

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


More information about the freebsd-ports-bugs mailing list