diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /dns | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) | |
download | ports-5178b48938d20e336ec57a055a01cb66105cd20c.tar.gz ports-5178b48938d20e336ec57a055a01cb66105cd20c.zip |
Notes
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 66662a58e717..bf7e8c4ee8fd 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 28c4a601457c..04cc9777a7e5 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 |