diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-01-30 10:25:34 +0000 |
commit | 2df76eb0a73bb59d817aa60758a5f10e3e544c3b (patch) | |
tree | 07e10c49034b87755dafb03956ad93c5363e0bb7 /japanese/expect/Makefile | |
parent | 1c97f613254a72e0ae97ea8d817ebe38096d6949 (diff) |
Notes
Diffstat (limited to 'japanese/expect/Makefile')
-rw-r--r-- | japanese/expect/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile index 3f9e166bf2fe..b6a5e8500d17 100644 --- a/japanese/expect/Makefile +++ b/japanese/expect/Makefile @@ -23,20 +23,15 @@ CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl8.0jp \ --with-tkinclude=${PREFIX}/include/tk8.0jp NO_MAN_INSTALL= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" -BROKEN= "Incomplete pkg-plist" -.endif - -post-install: -.if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libexpect530jp.so.1.2 ${PREFIX}/lib/libexpect530jp.so +BROKEN= Incomplete pkg-plist .endif test: - cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test + cd ${WRKSRC} && ${MAKE} test .include <bsd.port.post.mk> |