diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:37:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:37:39 +0000 |
commit | 6e43b21b0553fa73bd487550aa792a333e4c7992 (patch) | |
tree | 563d96beadc453389a65b1cb6bb2ebb55acc89f9 /japanese/expect/Makefile | |
parent | 59737461ce838f2b9fdc3c067508c769f0eedc89 (diff) |
Notes
Diffstat (limited to 'japanese/expect/Makefile')
-rw-r--r-- | japanese/expect/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile index 6d76c063b665..af3ff626a476 100644 --- a/japanese/expect/Makefile +++ b/japanese/expect/Makefile @@ -6,15 +6,16 @@ # $FreeBSD$ # -DISTNAME= expect-5.28 -PKGNAME= ja-expect-5.28 +DISTNAME= expect +PKGNAME= ja-expect-5.30 CATEGORIES= japanese lang tk80 -MASTER_SITES= ftp://peloton.physics.montana.edu/pub/distfiles/ +MASTER_SITES= http://expect.nist.gov/ MAINTAINER= taguchi@tohoku.iij.ad.jp LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80 +WRKSRC= ${WRKDIR}/expect-5.30 USE_AUTOCONF= yes CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl8.0jp \ @@ -29,7 +30,10 @@ NO_MAN_INSTALL= yes post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if ${PORTOBJFORMAT} == "aout" - ${LN} -sf libexpect528jp.so.1.2 ${PREFIX}/lib/libexpect528jp.so + ${LN} -sf libexpect530jp.so.1.2 ${PREFIX}/lib/libexpect530jp.so .endif +test: + cd ${WRKSRC} && ${SETENV} PORTOBJFORMAT=${PORTOBJFORMAT} ${MAKE} test + .include <bsd.port.post.mk> |