From 6e43b21b0553fa73bd487550aa792a333e4c7992 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 18 Sep 1999 17:37:39 +0000 Subject: Update to version 5.30. PR: 13484 Submitted by: maintainer --- japanese/expect/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'japanese/expect/Makefile') 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 -- cgit v1.2.3