FreeBSD Bugzilla – Attachment 142141 Details for
Bug 189122
[PATCH] textproc/trang: support staging and add license info
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
trang-2009.11.11.patch
trang-2009.11.11.patch (text/plain), 962 bytes, created by
Yasuhiro Kimura
on 2014-04-30 01:40:00 UTC
(
hide
)
Description:
trang-2009.11.11.patch
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2014-04-30 01:40:00 UTC
Size:
962 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 352664) >+++ Makefile (working copy) >@@ -10,6 +10,8 @@ > MAINTAINER= gabor@FreeBSD.org > COMMENT= Multi-format schema converter based on RELAX NG > >+LICENSE= BSD3CLAUSE >+ > USES= zip > USE_JAVA= yes > JAVA_VERSION= 1.6+ >@@ -22,15 +24,12 @@ > SUB_FILES= trang.sh > PLIST_FILES= %%JAVAJARDIR%%/trang.jar bin/trang > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > do-install: >- ${INSTALL_DATA} ${WRKSRC}/trang.jar ${JAVAJARDIR} >- ${INSTALL_SCRIPT} ${WRKDIR}/trang.sh ${PREFIX}/bin/trang >-.if ${PORT_OPTIONS:MDOCS} >- @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} >-.endif >+ ${INSTALL_DATA} ${WRKSRC}/trang.jar ${STAGEDIR}${JAVAJARDIR} >+ ${INSTALL_SCRIPT} ${WRKDIR}/trang.sh ${STAGEDIR}${PREFIX}/bin/trang >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} > > .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 189122
: 142141