summaryrefslogtreecommitdiff
path: root/japanese/mh/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-06-17 05:34:04 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-06-17 05:34:04 +0000
commit5804ca48ae042b0e7e9696325571cfdd8e4d36be (patch)
tree3627907068100e7510779c7df47b2166bd836c9f /japanese/mh/Makefile
parentThis port doesn't install shlib's actually. ;) (diff)
Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.
Notes
Notes: svn path=/head/; revision=29662
Diffstat (limited to 'japanese/mh/Makefile')
-rw-r--r--japanese/mh/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile
index b83f82e7225b..822c7f6dbcc8 100644
--- a/japanese/mh/Makefile
+++ b/japanese/mh/Makefile
@@ -34,8 +34,6 @@ MAN5= mh-alias.5 mh-format.5 mh-mail.5 mh-profile.5 mh-sequence.5 mh-tailor.5
MAN8= ap.8 conflict.8 dp.8 fmtdump.8 install-mh.8 post.8
MANLANG= "" ja
MANCOMPRESSED= yes
-
-post-install:
- ${LDCONFIG} -m ${PREFIX}/lib
+INSTALLS_SHLIB= yes
.include <bsd.port.mk>