FreeBSD Bugzilla – Attachment 126940 Details for
Bug 170725
[MAINTAINER] games/cutemaze: Makefile changed, OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cutemaze.diff
cutemaze.diff (text/x-patch), 1.26 KB, created by
nemysis
on 2012-08-20 20:59:36 UTC
(
hide
)
Description:
cutemaze.diff
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-08-20 20:59:36 UTC
Size:
1.26 KB
patch
obsolete
>===> Generating patch >===> Viewing diff with more >diff -ruN --exclude=CVS /usr/ports/games/cutemaze/Makefile ./Makefile >--- /usr/ports/games/cutemaze/Makefile 2012-06-06 08:43:46.000000000 +0200 >+++ ./Makefile 2012-08-20 21:56:47.000000000 +0200 >@@ -7,7 +7,7 @@ > > PORTNAME= cutemaze > PORTVERSION= 1.1.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games > MASTER_SITES= http://gottcode.org/${PORTNAME}/ > EXTRACT_SUFX= -src.tar.bz2 >@@ -26,6 +26,8 @@ > PORTDATA= * > PORTDOCS= ChangeLog README > >+.include <bsd.port.options.mk> >+ > do-configure: > @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ > ${QMAKE} ${QMAKEFLAGS} >@@ -34,6 +36,10 @@ > # Executable > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin > >+# Data >+ ${MKDIR} ${DATADIR} >+ @(cd ${WRKSRC} && ${COPYTREE_SHARE} "preview themes" ${DATADIR}) >+ > # Icons > ${MKDIR} ${PREFIX}/share/icons/oxygen > .for d in icons >@@ -46,14 +52,8 @@ > ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop \ > ${PREFIX}/share/applications/ > >-# Data >-.if !defined (NOPORTDATA) >- ${MKDIR} ${DATADIR} >- @(cd ${WRKSRC} && ${COPYTREE_SHARE} "preview themes" ${DATADIR}) >-.endif >- > # Documentation >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} > . for f in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} >===> Done
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 170725
:
126939
| 126940