diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-01-08 12:38:49 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-01-08 12:38:49 +0000 |
commit | c211d9d33f3a582bf123eda2afce1d26d848bbfb (patch) | |
tree | 2325cd90ac9876fce3da5c7cae02af98a6daad17 /misc/Makefile | |
parent | 307b87971bdc65fbd1acb692befd34cfef72e1c9 (diff) |
Add ldconfig_compat, a port that installs a ldconfig compatibility script
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
Notes
Notes:
svn path=/head/; revision=153061
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index ddc88452b730..787262bcee1a 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -276,6 +276,7 @@ SUBDIR += kwatch SUBDIR += latex-mk SUBDIR += lc + SUBDIR += ldconfig_compat SUBDIR += lesspipe SUBDIR += libhome SUBDIR += libmcal |