diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 17:12:51 +0000 |
commit | 5cb14340042a107ee5ad92616d23d4d9551eb878 (patch) | |
tree | 627c8eec76ffb450072bffd91d2a746e8d206c3d /dns/adns | |
parent | 1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (diff) | |
download | ports-5cb14340042a107ee5ad92616d23d4d9551eb878.tar.gz ports-5cb14340042a107ee5ad92616d23d4d9551eb878.zip |
Notes
Diffstat (limited to 'dns/adns')
-rw-r--r-- | dns/adns/Makefile | 1 | ||||
-rw-r--r-- | dns/adns/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/dns/adns/Makefile b/dns/adns/Makefile index e9e333e11e02..db2499326741 100644 --- a/dns/adns/Makefile +++ b/dns/adns/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR= adns MAINTAINER= lukin@okbmei.msk.su GNU_CONFIGURE= yes +INSTALL_SHLIBS= yes USE_GMAKE= yes post-install: diff --git a/dns/adns/pkg-plist b/dns/adns/pkg-plist index 34413637cc04..69af9f6fe570 100644 --- a/dns/adns/pkg-plist +++ b/dns/adns/pkg-plist @@ -4,5 +4,3 @@ bin/adnshost include/adns.h lib/libadns.a lib/libadns.so.0 -@exec /sbin/ldconfig -m %D/lib -@unexec /sbin/ldconfig -R |