FreeBSD Bugzilla – Attachment 131153 Details for
Bug 175193
[MAINTAINER] japanese/eb: adopt OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ja-eb
patch-ja-eb (text/plain; charset=Shift_JIS), 1.01 KB, created by
Yasuhiro Kimura
on 2013-01-11 14:04:45 UTC
(
hide
)
Description:
patch-ja-eb
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2013-01-11 14:04:45 UTC
Size:
1.01 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 310228) >+++ Makefile (working copy) >@@ -13,6 +13,9 @@ > MAINTAINER= yasu@utahime.org > COMMENT= C library for accessing EB, EBG, EBXA, and EPWING CD-ROM dictionaries > >+LICENSE= BSD >+LICENSE_FILE= ${WRKSRC}/COPYING >+ > EBFILES= ${DISTNAME}${EXTRACT_SUFX} > APPENDIXFILES= appendix/cencro-1.0.tar.gz \ > appendix/chujiten-2.3.tar.gz \ >@@ -68,9 +71,14 @@ > USE_LDCONFIG= yes > CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR} > >+OPTIONS_DEFINE= DOCS NLS >+OPTIONS_DEFAULT= DOCS NLS >+ > APPENDIXDIR= ${DATADIR}/appendix > >-.if !defined(WITHOUT_NLS) >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MNLS} > USE_GETTEXT= yes > CONFIGURE_ARGS+= --enable-nls \ > --with-gettext-includes=${LOCALBASE}/include \ >@@ -92,7 +100,7 @@ > > post-install: > ${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR} >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${DOCSDIR} > .for doc in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR}
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 Raw
Actions:
View
Attachments on
bug 175193
:
131152
| 131153 |
131154