summaryrefslogtreecommitdiff
path: root/japanese/expect/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/expect/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/expect/Makefile')
-rw-r--r--japanese/expect/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile
index 76bb31289b38..df2d4db13cba 100644
--- a/japanese/expect/Makefile
+++ b/japanese/expect/Makefile
@@ -22,11 +22,11 @@ CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl8.0jp \
--with-tkinclude=${PREFIX}/include/tk8.0jp
NO_MAN_INSTALL= yes
+INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libexpect530jp.so.1.2 ${PREFIX}/lib/libexpect530jp.so
.endif