Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2018 03:01:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231277] dns/ddclient: perl SHEBANG wrong
Message-ID:  <bug-231277-7788-09QkUJfNSj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231277-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231277-7788@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=3D231277

--- Comment #7 from Nathan <ndowens@yahoo.com> ---
Actually looking at it, wouldn't need shebang fix.=20
Get rid of:
  @${GREP} -lR '/usr' ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
                        's|/usr|${PREFIX}|g'

do=20
${REINPLACE_CMD} -e '1d ; s,/usr/bin,${PREFIX}/bin,g' ${WRKSRC}/ddclient

This will delete first #! leaving the correct path we need in FreeBSD, 2nd =
part
fixes rest of /usr/bin in file

--=20
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-231277-7788-09QkUJfNSj>