diff options
Diffstat (limited to 'net/hesiod/Makefile')
-rw-r--r-- | net/hesiod/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/hesiod/Makefile b/net/hesiod/Makefile index 66662a58e717..bf7e8c4ee8fd 100644 --- a/net/hesiod/Makefile +++ b/net/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> |