View | Details | Raw Unified | Return to bug 151849
Collapse All | Expand All

(-)amsn/Makefile (+2 lines)
Lines 50-55 Link Here
50
post-patch:
50
post-patch:
51
	@${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' | ${XARGS} ${REINPLACE_CMD} -e 's|||'
51
	@${FIND} ${WRKSRC} -name '*.c' -or -name '*.h' | ${XARGS} ${REINPLACE_CMD} -e 's|||'
52
	@${FIND} ${WRKSRC} -name '*.bak' -delete
52
	@${FIND} ${WRKSRC} -name '*.bak' -delete
53
	${REINPLACE_CMD} -e 's|Linux|FreeBSD|g'\
54
                ${WRKSRC}/amsn.desktop
53
55
54
post-install:
56
post-install:
55
	@${CHMOD} +x ${DATADIR}/amsn
57
	@${CHMOD} +x ${DATADIR}/amsn

Return to bug 151849