games/fairymax: Improve regex conformance
PR: 218606 Submitted by: Kyle Evans <bsdports@kyle-evans.net> Approved by: Kalten <kalten@gmx.at> (maintainer), adamw (mentor) Differential Revision: https://reviews.freebsd.org/D10502
This commit is contained in:
parent
92bc7228ed
commit
90b0652208
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439425
@ -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 @@ post-patch:
|
||||
${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:
|
||||
|
Loading…
Reference in New Issue
Block a user