freebsd-ports/graphics/mesa-dri/Makefile.targets
Emmanuel Vadot e70ff172c2 graphics/mesa*: Stop using meson native-file
Use BINARY_ALIAS instead, this is cleaner.
While here directly record the deps on libLLVM for packages that
needs it.

Sponsored by:	Beckhoff Automation GmbH & Co. KG
2022-12-08 20:00:28 +01:00

6 lines
190 B
XML

# this file holds common targets
post-patch:
${REINPLACE_CMD} -e '/SYSCONFDIR/ s|/etc|${PREFIX}/etc|g' \
-e '/DATADIR/ s|/usr/share|${PREFIX}/share|g' \
${WRKSRC}/src/util/xmlconfig.c