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

(-)multimedia/vlc3/Makefile (+2 lines)
Lines 375-379 Link Here
375
	@(cd ${STAGEDIR}${PREFIX} && ${FIND} -s lib/vlc -not -name '*.la' \
375
	@(cd ${STAGEDIR}${PREFIX} && ${FIND} -s lib/vlc -not -name '*.la' \
376
		-type f -o -type l >> ${TMPPLIST})
376
		-type f -o -type l >> ${TMPPLIST})
377
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vlc/plugins/*/*.so
377
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vlc/plugins/*/*.so
378
	# plugin cache becomes stalled after strip. Regenerate it
379
	@${WRKSRC}/bin/vlc-cache-gen ${STAGEDIR}${PREFIX}/lib/vlc/plugins
378
380
379
.include <bsd.port.mk>
381
.include <bsd.port.mk>

Return to bug 234230