FreeBSD Bugzilla – Attachment 52194 Details for
Bug 79116
[maintainer update] x11/gtstarter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gtstarter.diff
gtstarter.diff (text/plain), 1.30 KB, created by
Franz Klammer
on 2005-03-22 09:00:09 UTC
(
hide
)
Description:
gtstarter.diff
Filename:
MIME Type:
Creator:
Franz Klammer
Created:
2005-03-22 09:00:09 UTC
Size:
1.30 KB
patch
obsolete
>diff -Nur gtstarter.orig/Makefile gtstarter/Makefile >--- gtstarter.orig/Makefile Mon Nov 8 14:11:43 2004 >+++ gtstarter/Makefile Tue Mar 22 09:45:25 2005 >@@ -18,26 +18,26 @@ > USE_X_PREFIX= yes > USE_REINPLACE= yes > USE_PYTHON= yes >-USE_GNOME= pygnome2 >+USE_GNOME= pygnome2 gnomeprefix > > do-build: >- @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' \ >+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${PREFIX}|g' \ > ${WRKSRC}/*.py > @${FIND} ${WRKSRC} -name '*.bak' -delete > @${FIND} ${WRKSRC} -name '*.orig' -delete > @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} > > do-install: >- ${MKDIR} ${X11BASE}/libexec/${PORTNAME} >+ ${MKDIR} ${PREFIX}/libexec/${PORTNAME} > @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ >- ${X11BASE}/libexec/${PORTNAME}/ >+ ${PREFIX}/libexec/${PORTNAME}/ > @${INSTALL_SCRIPT} ${WRKSRC}/*.py* \ >- ${X11BASE}/libexec/${PORTNAME}/ >+ ${PREFIX}/libexec/${PORTNAME}/ > @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ >- ${X11BASE}/share/gnome/applications/ >+ ${PREFIX}/share/gnome/applications/ > @${INSTALL_DATA} ${WRKSRC}/*.server \ >- ${X11BASE}/libdata/bonobo/servers/ >- @${LN} -sf ${X11BASE}/libexec/${PORTNAME}/${PORTNAME} \ >- ${X11BASE}/bin/${PORTNAME} >+ ${PREFIX}/libdata/bonobo/servers/ >+ @${LN} -sf ${PREFIX}/libexec/${PORTNAME}/${PORTNAME} \ >+ ${PREFIX}/bin/${PORTNAME} > > .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 79116
: 52194