FreeBSD Bugzilla – Attachment 161232 Details for
Bug 203234
x11-themes/openbox-themes: don't install unneeded files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
openbox-themes.patch (text/plain), 1.28 KB, created by
Dmitry Marakasov
on 2015-09-21 14:25:27 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2015-09-21 14:25:27 UTC
Size:
1.28 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 397493) >+++ Makefile (working copy) >@@ -11,15 +11,19 @@ > MAINTAINER= novel@FreeBSD.org > COMMENT= Themes for Openbox > >+LICENSE= GPLv2 >+ > RUN_DEPENDS= openbox:${PORTSDIR}/x11-wm/openbox > > NO_BUILD= yes >-WRKSRC= ${PORTNAME}-${PORTVERSION} >+NO_ARCH= yes >+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} > >+post-extract: >+ @${RM} -rf ${WRKSRC}/debian >+ > do-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/share/themes >- @for i in `${LS} ${WRKDIR}/${WRKSRC}`; do \ >- ${CP} -r ${WRKDIR}/${WRKSRC}/$$i ${STAGEDIR}${PREFIX}/share/themes/; \ >- done >+ @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 397493) >+++ pkg-plist (working copy) >@@ -466,12 +466,6 @@ > share/themes/day/openbox-3/iconify.xbm > share/themes/day/openbox-3/max.xbm > share/themes/day/openbox-3/themerc >-share/themes/debian/changelog >-share/themes/debian/compat >-share/themes/debian/control >-share/themes/debian/copyright >-share/themes/debian/dirs >-share/themes/debian/rules > share/themes/ebox/openbox-3/bullet.xbm > share/themes/ebox/openbox-3/close.xbm > share/themes/ebox/openbox-3/desk.xbm
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 203234
: 161232