FreeBSD Bugzilla – Attachment 137001 Details for
Bug 182375
[MAINTAINER] irc/riece: add staging support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-riece
patch-riece (text/plain), 871 bytes, created by
Yasuhiro Kimura
on 2013-09-25 15:50:00 UTC
(
hide
)
Description:
patch-riece
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2013-09-25 15:50:00 UTC
Size:
871 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 328266) >+++ Makefile (working copy) >@@ -15,26 +15,24 @@ > > LICENSE= GPLv3 > >+USES= gmake > USE_EMACS= yes > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ >- --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} >-USE_GMAKE= yes >+ --with-lispdir=${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} > > OPTIONS_DEFINE= DOCS > > INFO= riece-en riece-ja > >-NO_STAGE= yes > .include <bsd.port.options.mk> > > post-install: > .if ${PORT_OPTIONS:MDOCS} >- ${MKDIR} ${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} > .for f in AUTHORS ChangeLog NEWS NEWS.ja README README.ja doc/HACKING doc/HACKING.ja >- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} > .endfor > .endif >- @${CAT} ${PKGMESSAGE} > > .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 Raw
Actions:
View
Attachments on
bug 182375
: 137001
Working