Date: Mon, 10 Nov 2014 18:08:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194578] sysutils/vagrant: Error setting certificate verify locations Message-ID: <bug-194578-13-dvQrrEqerI@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194578-13@https.bugs.freebsd.org/bugzilla/> References: <bug-194578-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=194578 --- Comment #20 from John Marino <marino@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194578-13-dvQrrEqerI>