FreeBSD Bugzilla – Attachment 127520 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.89 KB, created by
nemysis
on 2012-09-08 03:43:07 UTC
(
hide
)
Description:
gottet.diff
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-09-08 03:43:07 UTC
Size:
1.89 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-08-17 15:24:40.000000000 +0200 >+++ ./Makefile 2012-09-08 03:54:31.000000000 +0200 >@@ -7,42 +7,31 @@ > > PORTNAME= gottet > PORTVERSION= 1.0.4 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= http://gottcode.org/${PORTNAME}/ > EXTRACT_SUFX= -src.tar.bz2 > > MAINTAINER= nemysis@gmx.ch >-COMMENT= A Tetris clone >+COMMENT= Tetris clone > > LICENSE= GPLv3 > > USE_BZIP2= yes >-USE_QT_VER= 4 >-QT_COMPONENTS= moc_build qmake_build rcc_build iconengines imageformats >-USE_GMAKE= yes >+USE_QT4= moc_build qmake_build rcc_build iconengines imageformats > MAKE_JOBS_SAFE= yes > > PORTDOCS= ChangeLog > >-PLIST_FILES= bin/${PORTNAME} \ >- share/applications/${PORTNAME}.desktop \ >- share/pixmaps/${PORTNAME}.png >-PLIST_DIRSTRY= share/applications >- > .include <bsd.port.options.mk> > > do-configure: > @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ >- ${QMAKE} ${QMAKEFLAGS} >- >-do-install: >-# Executable >- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >+ ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} > >-# Pixmaps and Desktop >+post-install: >+# Pixmaps > ${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} >diff -ruN --exclude=CVS /usr/ports/games/gottet/pkg-plist ./pkg-plist >--- /usr/ports/games/gottet/pkg-plist 1970-01-01 01:00:00.000000000 +0100 >+++ ./pkg-plist 2012-09-08 03:07:49.000000000 +0200 >@@ -0,0 +1,9 @@ >+bin/gottet >+share/applications/gottet.desktop >+share/icons/hicolor/48x48/apps/gottet.png >+share/pixmaps/gottet.png >+@dirrmtry share/icons/hicolor/48x48/apps >+@dirrmtry share/icons/hicolor/48x48 >+@dirrmtry share/icons/hicolor >+@dirrmtry share/icons >+@dirrmtry share/applications >===> 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