FreeBSD Bugzilla – Attachment 139517 Details for
Bug 185776
[UPDATE] games/affenspiel, fix issues reported by portlint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.03 KB, created by
hardy.schumacher
on 2014-01-14 20:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
hardy.schumacher
Created:
2014-01-14 20:10:00 UTC
Size:
1.03 KB
patch
obsolete
>diff -ruN /usr/ports/games/affenspiel/Makefile ./affenspiel/Makefile >--- /usr/ports/games/affenspiel/Makefile 2013-11-07 19:22:28.000000000 +0100 >+++ ./affenspiel/Makefile 2014-01-14 20:54:58.000000000 +0100 >@@ -11,9 +11,9 @@ > COMMENT= Little puzzle game with monkey for X Window System > > LICENSE= unknown >-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >-LICENSE_FILE= ${WRKSRC}/COPYRIGHT > LICENSE_NAME= just Copyright >+LICENSE_FILE= ${WRKSRC}/COPYRIGHT >+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > > WRKSRC= ${WRKDIR}/${PORTNAME} > >@@ -28,10 +28,15 @@ > > OPTIONS_DEFINE= DOCS > >+.include <bsd.port.options.mk> >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/affenspiel ${STAGEDIR}${PREFIX}/bin >+.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${STAGEDIR}${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} >+.for DOCFILE in PORTDOCS >+ ${INSTALL_DATA} ${WRKSRC}/${DOCFILE} ${STAGEDIR}${DOCSDIR} >+.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 185776
: 139517