FreeBSD Bugzilla – Attachment 129225 Details for
Bug 173188
[PATCH] games/wordplay: Makefile changed, OptionsNG, take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
wordplay-7.22_1.patch
wordplay-7.22_1.patch (text/plain), 1.14 KB, created by
nemysis
on 2012-10-29 10:40:02 UTC
(
hide
)
Description:
wordplay-7.22_1.patch
Filename:
MIME Type:
Creator:
nemysis
Created:
2012-10-29 10:40:02 UTC
Size:
1.14 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/games/wordplay/Makefile ./Makefile >--- /usr/ports/games/wordplay/Makefile 2011-08-08 16:14:52.000000000 +0200 >+++ ./Makefile 2012-10-29 10:31:13.000000000 +0100 >@@ -12,16 +12,20 @@ > DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} > EXTRACT_SUFX= .tar.Z > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= nemysis@gmx.ch > COMMENT= Simple program to generate anagrams > > NO_WRKSUBDIR= yes > > PORTDOCS= readme >+ > PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/words721.txt > PLIST_DIRS= %%DATADIR%% > >+.include <bsd.port.options.mk> >+ > post-patch: >+ @${REINPLACE_CMD} -e 's|CC=gcc|CC?=g++|' ${WRKSRC}/makefile > @${REINPLACE_CMD} -e 's|"words721.txt"|"${DATADIR}/words721.txt"| ; \ > s|<ctype.h>|<stdlib.h>|' ${WRKSRC}/wordplay.c > >@@ -30,11 +34,12 @@ > > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin >- @${MKDIR} ${DATADIR} >+ ${MKDIR} ${DATADIR} > ${INSTALL_DATA} ${WRKSRC}/words721.txt ${DATADIR} >-.if !defined(NOPORTDOCS) >- @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR} >+ >+.if ${PORT_OPTIONS:MDOCS} >+ ${MKDIR} ${DOCSDIR} >+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} > .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 173188
: 129225