FreeBSD Bugzilla – Attachment 58532 Details for
Bug 88185
[patch] vumeter-0.9.2 packing list fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 791 bytes, created by
Stuart Barkley
on 2005-10-29 18:00:27 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Stuart Barkley
Created:
2005-10-29 18:00:27 UTC
Size:
791 bytes
patch
obsolete
>Index: graphics/xmms-vumeter/Makefile >=================================================================== >RCS file: /data/freebsd-cvs/ports/graphics/xmms-vumeter/Makefile,v >retrieving revision 1.3 >diff -u -r1.3 Makefile >--- graphics/xmms-vumeter/Makefile 10 Oct 2005 22:05:16 -0000 1.3 >+++ graphics/xmms-vumeter/Makefile 29 Oct 2005 16:27:58 -0000 >@@ -23,11 +23,15 @@ > USE_REINPLACE= yes > > DATADIR= ${PREFIX}/share/xmms/VU_Meter_skins >+PLIST_SUB= DATADIR="${DATADIR:S,^${PREFIX}/,,}" > > post-patch: > @${REINPLACE_CMD} -e 's|/usr|${PREFIX}|' ${WRKSRC}/src/vumeter.h > > post-install: >- @${CP} -R ${WRKSRC}/skins ${DATADIR} >+.for s in default default.mirror default.oldxmms >+ ${MKDIR} ${DATADIR}/${s} >+ ${INSTALL_DATA} ${WRKSRC}/skins/${s}/* ${DATADIR}/${s} >+.endfor > > .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 88185
: 58532