FreeBSD Bugzilla – Attachment 127521 Details for
Bug 171363
[MAINTAINER] games/gottet: Makefile simplified
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gottet.diff
gottet.diff (text/x-patch), 1.04 KB, created by
nemysis
on 2012-10-11 03:10:48 UTC
(
hide
)
Description:
gottet.diff
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-10-11 03:10:48 UTC
Size:
1.04 KB
patch
obsolete
>===> Generating patch >===> Viewing diff with more >diff -ruN --exclude=CVS /usr/ports/games/gottet/Makefile ./Makefile >--- /usr/ports/games/gottet/Makefile 2012-09-20 02:00:30.000000000 +0200 >+++ ./Makefile 2012-10-07 03:37:13.000000000 +0200 >@@ -12,7 +12,7 @@ > EXTRACT_SUFX= -src.tar.bz2 > > MAINTAINER= nemysis@gmx.ch >-COMMENT= A Tetris clone >+COMMENT= Tetris clone > > LICENSE= GPLv3 > >@@ -32,21 +32,18 @@ > > do-configure: > @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ >- ${QMAKE} ${QMAKEFLAGS} >+ ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} > > do-install: >-# Executable > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin > >-# Pixmaps and Desktop > ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ > ${MKDIR} ${PREFIX}/share/applications > ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/applications/ > >-# Documentation > .if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} > .endif > > .include <bsd.port.mk> >===> 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 171363
:
127519
|
127520
| 127521