FreeBSD Bugzilla – Attachment 95968 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]
Makefile.patch
Makefile.patch (text/plain), 600 bytes, created by
kkobb
on 2009-05-12 16:40:01 UTC
(
hide
)
Description:
Makefile.patch
Filename:
MIME Type:
Creator:
kkobb
Created:
2009-05-12 16:40:01 UTC
Size:
600 bytes
patch
obsolete
>--- Makefile.orig 2009-05-12 08:19:47.000000000 -0400 >+++ Makefile 2009-05-12 10:40:39.000000000 -0400 >@@ -18,6 +18,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 +27,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