summaryrefslogtreecommitdiff
path: root/dns/hesiod/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
commit5178b48938d20e336ec57a055a01cb66105cd20c (patch)
tree7b629f06e72f052bb88c209caf447e4bb6077033 /dns/hesiod/Makefile
parentUpgrade to 1.1. (diff)
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Notes
Notes: svn path=/head/; revision=29636
Diffstat (limited to 'dns/hesiod/Makefile')
-rw-r--r--dns/hesiod/Makefile6
1 files changed, 2 insertions, 4 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>