diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /dns | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip FreeBSD-ports-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/hesiod/Makefile | 6 | ||||
-rw-r--r-- | dns/hesiod/pkg-plist | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile index 66662a5..bf7e8c4 100644 --- a/dns/hesiod/Makefile +++ b/dns/hesiod/Makefile @@ -22,7 +22,8 @@ MAN3= hesiod.3 hesiod_end.3 hesiod_free_list.3 \ hesiod_resolve.3 hesiod_to_bind.3 MAN5= hesiod.conf.5 -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes +INSTALLS_SHLIBS= yes .include <bsd.port.pre.mk> @@ -35,7 +36,4 @@ VERSION=3.0 MAKE_ENV+= VERSION="${VERSION}" SONAME="${SONAME}" -post-install: - ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.post.mk> diff --git a/dns/hesiod/pkg-plist b/dns/hesiod/pkg-plist index 28c4a60..04cc977 100644 --- a/dns/hesiod/pkg-plist +++ b/dns/hesiod/pkg-plist @@ -3,5 +3,3 @@ include/hesiod.h lib/libhesiod.a lib/libhesiod.so lib/libhesiod.so.3.0 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |