View | Details | Raw Unified | Return to bug 218606 | Differences between
and this patch

Collapse All | Expand All

(-)games/fairymax/Makefile (-3 / +4 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	fairymax
4
PORTNAME=	fairymax
5
PORTVERSION=	5.0b.20160316.1
5
PORTVERSION=	5.0b.20160316.1
6
PORTREVISION=	1
6
CATEGORIES=	games
7
CATEGORIES=	games
7
MASTER_SITES=	http://freeheimdall.spdns.org/files/
8
MASTER_SITES=	http://freeheimdall.spdns.org/files/
8
# http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=${COMMIT_HASH};sf=tgz
9
# http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=fairymax.git;a=snapshot;h=${COMMIT_HASH};sf=tgz
Lines 34-44 Link Here
34
		${WRKSRC}/fairymax.c
35
		${WRKSRC}/fairymax.c
35
	@${REINPLACE_CMD} -E 's|^(prefix\|bindir\|mandir\|datadir\|plugindir\|fairydir) =|\1 ?=|' \
36
	@${REINPLACE_CMD} -E 's|^(prefix\|bindir\|mandir\|datadir\|plugindir\|fairydir) =|\1 ?=|' \
36
		${WRKSRC}/Makefile
37
		${WRKSRC}/Makefile
37
	@${REINPLACE_CMD} -E 's|^	cp (.{srcdir}/fairymax .{srcdir}/shamax .{srcdir}/maxqi .\(DESTDIR\).\(bindir\))|	${INSTALL_PROGRAM} \1|' \
38
	@${REINPLACE_CMD} -E 's|^	cp (.\{srcdir\}/fairymax .\{srcdir\}/shamax .\{srcdir\}/maxqi .\(DESTDIR\).\(bindir\))|	${INSTALL_PROGRAM} \1|' \
38
		${WRKSRC}/Makefile
39
		${WRKSRC}/Makefile
39
	@${REINPLACE_CMD} -E 's|^	cp (.{srcdir}/data/)|	${INSTALL_DATA} \1|' \
40
	@${REINPLACE_CMD} -E 's|^	cp (.\{srcdir\}/data/)|	${INSTALL_DATA} \1|' \
40
		${WRKSRC}/Makefile
41
		${WRKSRC}/Makefile
41
	@${REINPLACE_CMD} -E 's|^	cp (.{srcdir}/fairymax.6.gz)|	${INSTALL_MAN} \1|' \
42
	@${REINPLACE_CMD} -E 's|^	cp (.\{srcdir\}/fairymax.6.gz)|	${INSTALL_MAN} \1|' \
42
		${WRKSRC}/Makefile
43
		${WRKSRC}/Makefile
43
44
44
post-install-DOCS-on:
45
post-install-DOCS-on:

Return to bug 218606