FreeBSD Bugzilla – Attachment 126900 Details for
Bug 170671
[MAINTAINER] games/twind: Makefile changed, OptionsNG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
twind-1.1.0.patch
twind-1.1.0.patch (text/plain), 1.28 KB, created by
nemysis
on 2012-08-16 16:40:09 UTC
(
hide
)
Description:
twind-1.1.0.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-08-16 16:40:09 UTC
Size:
1.28 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/games/twind/Makefile ./Makefile >--- /usr/ports/games/twind/Makefile 2012-05-03 22:56:57.000000000 +0200 >+++ ./Makefile 2012-08-16 17:17:57.000000000 +0200 >@@ -15,15 +15,20 @@ > > LICENSE= GPLv2 > >+OPTIONS_DEFINE= DATA >+OPTIONS_DEFAULT= DATA >+ > USE_SDL= sdl image mixer > MAKE_JOBS_SAFE= yes > >-PLIST_FILES= bin/twind \ >+PLIST_FILES= bin/${PORTNAME} \ > share/pixmaps/${PORTNAME}.png > > PORTDATA= * > PORTDOCS= AUTHORS CREDITS ChangeLog NEWS README TODO > >+.include <bsd.port.options.mk> >+ > do-build: > cd ${WRKSRC} && ${CC} -o ${PORTNAME} ${CFLAGS} \ > -DDATA_PREFIX=\"${DATADIR}/\" -DAUDIO -DLINUX \ >@@ -31,17 +36,22 @@ > do-install: > # Executable > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >-# Pixmaps >- ${INSTALL_DATA} ${WRKSRC}/graphics/twind.png ${PREFIX}/share/pixmaps/${PORTNAME}.png >+ > # Data >+.if ${PORT_OPTIONS:MDATA} > ${MKDIR} ${DATADIR} > @(cd ${WRKSRC} && ${COPYTREE_SHARE} "graphics music sound" ${DATADIR}) >+.endif >+ >+# Pixmaps >+ ${INSTALL_DATA} ${WRKSRC}/graphics/${PORTNAME}.png ${PREFIX}/share/pixmaps/ >+ > # Documentation >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} >-.for f in ${PORTDOCS} >+. for f in ${PORTDOCS} > ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} >-.endfor >+. endfor > .endif > > .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 170671
: 126900 |
126901