FreeBSD Bugzilla – Attachment 148382 Details for
Bug 194370
[MAINTAINER] mail/bsfilter: remove @dirrm from pkg-plist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch.
patch-mail_bsfilter (text/plain), 1.64 KB, created by
Yasuhiro Kimura
on 2014-10-16 23:05:48 UTC
(
hide
)
Description:
Updated patch.
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2014-10-16 23:05:48 UTC
Size:
1.64 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 371023) >+++ Makefile (working copy) >@@ -32,13 +32,13 @@ > .endif > > do-install: >- @${INSTALL_SCRIPT} ${WRKSRC}/bsfilter/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >+ ${INSTALL_SCRIPT} ${WRKSRC}/bsfilter/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > .for FILE in bsfilter.conf.sample dot-qmail.sample >- @${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${EXAMPLESDIR} >+ ${INSTALL_DATA} ${FILESDIR}/${FILE} ${STAGEDIR}${EXAMPLESDIR} > .endfor > .for DIR in mda mua >- @${CP} -r ${WRKSRC}/${DIR} ${STAGEDIR}${EXAMPLESDIR}/${DIR} >+ cd ${WRKSRC} && ${COPYTREE_SHARE} ${DIR} ${STAGEDIR}${EXAMPLESDIR} > .endfor > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 371023) >+++ pkg-plist (working copy) >@@ -14,13 +14,3 @@ > %%PORTEXAMPLES%%share/examples/bsfilter/mua/mew5/mew.el > %%PORTEXAMPLES%%share/examples/bsfilter/mua/mew6/mew.el > %%PORTEXAMPLES%%share/examples/bsfilter/mua/mew6.4/mew.el >-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mda/maildrop >-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mda/procmail >-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mda >-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua/mew6.4 >-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua/mew6 >-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua/mew5 >-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua/mew4 >-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua/mew3 >-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter/mua >-%%PORTEXAMPLES%%@dirrm share/examples/bsfilter
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 194370
:
148327
| 148382