FreeBSD Bugzilla – Attachment 95969 Details for
Bug 134490
[PATCH] pyzor port doesn't install man pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pyzor.patch
pyzor.patch (text/plain; charset=us-ascii), 797 bytes, created by
Corey Halpin
on 2009-05-13 19:00:14 UTC
(
hide
)
Description:
pyzor.patch
Filename:
MIME Type:
Creator:
Corey Halpin
Created:
2009-05-13 19:00:14 UTC
Size:
797 bytes
patch
obsolete
>diff -ru /usr/ports/mail/pyzor/Makefile pyzor/Makefile >--- /usr/ports/mail/pyzor/Makefile 2009-05-07 11:07:30.000000000 -0500 >+++ pyzor/Makefile 2009-05-13 12:56:26.000000000 -0500 >@@ -8,6 +8,7 @@ > > PORTNAME= pyzor > PORTVERSION= 0.5.0 >+PORTREVISION= 2 > CATEGORIES= mail python > MASTER_SITES= SF > >@@ -18,6 +19,8 @@ > USE_PYTHON= yes > USE_PYDISTUTILS= yes > >+MAN1= pyzor.1 pyzord.1 >+ > post-patch: > ${REINPLACE_CMD} -e "s,/usr/bin/python2,${PYTHON_CMD}," \ > ${WRKSRC}/scripts/pyzor ${WRKSRC}/scripts/pyzord >@@ -25,5 +28,7 @@ > post-install: > ${CHMOD} ${SHAREMODE} ${DOCSDIR}/usage.html > ${CHMOD} ${BINMODE} ${PREFIX}/bin/pyzor ${PREFIX}/bin/pyzord >+ ${INSTALL_MAN} ${WRKSRC}/docs/pyzor.1 ${PREFIX}/man/man1 >+ ${INSTALL_MAN} ${WRKSRC}/docs/pyzord.1 ${PREFIX}/man/man1 > > .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 134490
:
95968
| 95969