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

Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 46-51 Link Here
46
	@${REINPLACE_CMD} -e 's|$${pkgdatadir}/doc|$${PREFIX}/share/doc/${PORTNAME}|' \
46
	@${REINPLACE_CMD} -e 's|$${pkgdatadir}/doc|$${PREFIX}/share/doc/${PORTNAME}|' \
47
		-e 's|install-data-am: install-freetuxtvdocDATA|install-data-am: |' \
47
		-e 's|install-data-am: install-freetuxtvdocDATA|install-data-am: |' \
48
		${WRKSRC}/Makefile.in
48
		${WRKSRC}/Makefile.in
49
	@${REINPLACE_CMD} -e 's/libvlc_media_new_path/libvlc_media_new_location/' \
50
		${WRKSRC}/lib/libvlc-gtk/gtk-libvlc-media-player.c
49
51
50
post-install:
52
post-install:
51
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
53
	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Return to bug 183854