mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
c211d9d33f
to reflect latest changes to /etc/rc.d/ldconfig which are the use of ldconfig directories (${PREFIX}/libdata/ldconfig{,32}). This change is meant to remove so-called ldconfig startup scripts installed by ports as 000.${foo}.sh. The bsd.ldconfig.mmk file is only temporary as this should move quickly to bsd.port.mk. Anyway, to use it, just define the following in your ports' Makefile : USE_LDCONFIG= dir1 dir2 and (before bsd.ldconfig.mk moves to bsd.port.mk) : post-install: install-rc-script
6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
This port installs a compatibility script that enable old
|
|
FreeBSD systems to use ldconfig local directories.
|
|
|
|
- Florent Thoumie
|
|
flz@FreeBSD.org
|