svn commit: r475963 - in head/devel: . bashdb

Adam Weinberger adamw at adamw.org
Tue Jul 31 01:13:42 UTC 2018


On Mon, Jul 30, 2018 at 6:50 PM Yuri Victorovich <yuri at freebsd.org> wrote:
>
> Author: yuri
> Date: Tue Jul 31 00:50:00 2018
> New Revision: 475963
> URL: https://svnweb.freebsd.org/changeset/ports/475963
>
> Log:
>   New port: devel/bashdb: Source-code debugger for bash
>
> +post-install:
> +       @${REINPLACE_CMD} -i '' 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|' \
> +               ${STAGEDIR}${PREFIX}/bin/${PORTNAME}

This should probably be done with shebangfix as well. Either way, it
should be modified before it's installed, not afterwards.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org


More information about the svn-ports-all mailing list