FreeBSD Bugzilla – Attachment 186634 Details for
Bug 222336
devel/autoconf-wrapper: Add license information and fix portlint warning
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch file
devel_autoconf-wrapper.patch (text/plain), 744 bytes, created by
Yasuhiro Kimura
on 2017-09-23 09:53:57 UTC
(
hide
)
Description:
updated patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2017-09-23 09:53:57 UTC
Size:
744 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 450355) >+++ Makefile (working copy) >@@ -9,6 +9,8 @@ > MAINTAINER= tijl@FreeBSD.org > COMMENT?= Wrapper script for GNU autoconf > >+LICENSE= BSD2CLAUSE >+ > WRKSRC= ${WRKDIR} > NO_BUILD= YES > >@@ -31,9 +33,9 @@ > <${FILESDIR}/autotools-wrapper.sh >${WRKDIR}/${PORTNAME}.sh > > do-install: >- @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > .for tool in ${WRAPPED_TOOLS} >- @${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${tool} >+ ${LN} -sf ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${tool} > .endfor > > .include <bsd.port.post.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222336
:
186388
| 186634