mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
cb2d1f7fd6
LOCALBASE and X11BASE for .pc files, so ports that live in X11BASE will be able to use pkgconfig.
6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
@exec mkdir -p %D/libdata/pkgconfig
|
|
bin/pkg-config
|
|
@dirrm libdata/pkgconfig
|
|
@unexec rmdir %%LOCALBASE%%/libdata/pkgconfig 2>/dev/null || true
|
|
@unexec rmdir %%X11BASE%%/libdata/pkgconfig 2>/dev/null || true
|