diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 22:55:18 +0000 |
commit | 4de56a776b06e3e1141de9f8098f35898c845484 (patch) | |
tree | 6194cf6aa6f7ee687e04930740d1eec39ffe26f7 /devel/libhash | |
parent | db0ebc9499d9e83a7facb9785799a902707c4cf2 (diff) |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include comms/ converters/ databases/ devel/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170639
Diffstat (limited to 'devel/libhash')
-rw-r--r-- | devel/libhash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libhash/Makefile b/devel/libhash/Makefile index 380c2e41454f..1cbc5ac7c897 100644 --- a/devel/libhash/Makefile +++ b/devel/libhash/Makefile @@ -33,7 +33,7 @@ MLINKS= libhash.3 hash_initialise.3 \ libhash_convenience.3 hash_copy_int.3 \ libhash_convenience.3 hash_copy_string.3 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if defined(NOPROFILE) PLIST_SUB+= PROFILE="@comment " |