FreeBSD Bugzilla – Attachment 181868 Details for
Bug 218606
games/fairymax: Improve regex conformance
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Makefile, ERE and left-brace {v2}
sed-fairymax__v2.diff (text/plain), 1.19 KB, created by
Kalten
on 2017-04-18 16:20:31 UTC
(
hide
)
Description:
[PATCH] Makefile, ERE and left-brace {v2}
Filename:
MIME Type:
Creator:
Kalten
Created:
2017-04-18 16:20:31 UTC
Size:
1.19 KB
patch
obsolete
>--- games/fairymax/Makefile.orig 2017-01-10 08:10:27.745195000 +0100 >+++ games/fairymax/Makefile 2017-04-18 18:03:01.160391000 +0200 >@@ -3,6 +3,7 @@ > > PORTNAME= fairymax > PORTVERSION= 5.0b.20160316.1 >+PORTREVISION= 1 > CATEGORIES= games > MASTER_SITES= http://freeheimdall.spdns.org/files/ > # http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=${COMMIT_HASH};sf=tgz >@@ -34,11 +35,11 @@ > ${WRKSRC}/fairymax.c > @${REINPLACE_CMD} -E 's|^(prefix\|bindir\|mandir\|datadir\|plugindir\|fairydir) =|\1 ?=|' \ > ${WRKSRC}/Makefile >- @${REINPLACE_CMD} -E 's|^ cp (.{srcdir}/fairymax .{srcdir}/shamax .{srcdir}/maxqi .\(DESTDIR\).\(bindir\))| ${INSTALL_PROGRAM} \1|' \ >+ @${REINPLACE_CMD} -E 's|^ cp (.\{srcdir\}/fairymax .\{srcdir\}/shamax .\{srcdir\}/maxqi .\(DESTDIR\).\(bindir\))| ${INSTALL_PROGRAM} \1|' \ > ${WRKSRC}/Makefile >- @${REINPLACE_CMD} -E 's|^ cp (.{srcdir}/data/)| ${INSTALL_DATA} \1|' \ >+ @${REINPLACE_CMD} -E 's|^ cp (.\{srcdir\}/data/)| ${INSTALL_DATA} \1|' \ > ${WRKSRC}/Makefile >- @${REINPLACE_CMD} -E 's|^ cp (.{srcdir}/fairymax.6.gz)| ${INSTALL_MAN} \1|' \ >+ @${REINPLACE_CMD} -E 's|^ cp (.\{srcdir\}/fairymax.6.gz)| ${INSTALL_MAN} \1|' \ > ${WRKSRC}/Makefile > > post-install-DOCS-on:
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 218606
:
181733
| 181868