- now that dependencies seem to work right, remove tcl from dependency list

- add build target to dependnecy list for test target to ensure that expect
is actually built before trying to run the test
- sort PLISTs
This commit is contained in:
brad 2000-01-01 07:10:58 +00:00
parent 6f39e9630f
commit fa66e11011
3 changed files with 7 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.15 1999/10/27 20:16:52 brad Exp $
# $OpenBSD: Makefile,v 1.16 2000/01/01 07:10:58 brad Exp $
DISTNAME= expect-5.30
CATEGORIES= lang
@ -8,8 +8,7 @@ NEED_VERSION= 1.73
MAINTAINER= niklas@openbsd.org
LIB_DEPENDS= tcl80.1.5:${PORTSDIR}/lang/tcl80 \
tk80.1.5:${PORTSDIR}/x11/tk80
LIB_DEPENDS= tk80.1.5:${PORTSDIR}/x11/tk80
SEPARATE_BUILD= concurrent
GNU_CONFIGURE= yes
@ -21,8 +20,8 @@ CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.0 \
WRKSRC= ${WRKDIR}/${PKGNAME}
test:
@(cd ${WRKBUILD}; ${MAKE} test)
test: build
@(cd ${WRKBUILD}; make test)
post-install:
@${LDCONFIG} -m ${PREFIX}/lib

View File

@ -20,13 +20,13 @@ bin/unbuffer
bin/weather
bin/xkibitz
bin/xpstat
include/tcldbg.h
include/expect.h
include/expect_comm.h
include/expect_tcl.h
include/tclRegexp.h
lib/expect5.30/pkgIndex.tcl
include/tcldbg.h
lib/expect5.30/libexpect530.a
lib/expect5.30/pkgIndex.tcl
lib/libexpect530.a
lib/libexpect530.so.1.2
@exec /sbin/ldconfig -m %B

View File

@ -20,11 +20,11 @@ bin/unbuffer
bin/weather
bin/xkibitz
bin/xpstat
include/tcldbg.h
include/expect.h
include/expect_comm.h
include/expect_tcl.h
include/tclRegexp.h
include/tcldbg.h
lib/expect5.30/libexpect530.a
lib/libexpect530.a
man/man1/autoexpect.1