FreeBSD Bugzilla – Attachment 143850 Details for
Bug 191105
sysutils/ledit: fix LICENSE, stagify
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ledit.patch.txt
ledit.diff (text/plain), 1.29 KB, created by
Keith Gaughan
on 2014-06-16 21:42:26 UTC
(
hide
)
Description:
ledit.patch.txt
Filename:
MIME Type:
Creator:
Keith Gaughan
Created:
2014-06-16 21:42:26 UTC
Size:
1.29 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 357942) >+++ Makefile (working copy) >@@ -11,7 +11,7 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= Line editor to be used with interactive commands > >-LICENSE= BSD >+LICENSE= BSD3CLAUSE > LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= camlp5r:${PORTSDIR}/devel/ocaml-camlp5 >@@ -21,26 +21,25 @@ > > ALL_TARGET= all ledit.opt > >-PLIST_FILES= bin/ledit >+PLIST_FILES= bin/ledit man/man1/ledit.1.gz > MAKE_JOBS_UNSAFE= yes > >-MAN1= ledit.1 > PORTDOCS= CHANGES LICENSE README > OPTIONS_DEFINE= DOCS > >-NO_STAGE= yes > do-configure: >- ${REINPLACE_CMD} -e '/^BINDIR=/s;/usr/local;${PREFIX};' \ >- -e '/^LIBDIR=/s;/usr/local;${PREFIX};' \ >- -e '/^MANDIR=/s;/usr/local;${PREFIX};' \ >+ ${REINPLACE_CMD} -e '/^BINDIR=/s;/usr/local;${STAGEDIR}${PREFIX};' \ >+ -e '/^LIBDIR=/s;/usr/local;${STAGEDIR}${PREFIX};' \ >+ -e '/^MANDIR=/s;/usr/local;${STAGEDIR}${PREFIX};' \ > ${WRKSRC}/Makefile > > .include <bsd.port.options.mk> > > post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ledit > .if ${PORT_OPTIONS:MDOCS} >- @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} > .endif > > .include <bsd.port.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 191105
: 143850