fix tclsh path in example scripts, and regen PFRAG.shared to use
LIBexpect545_VERSION, ok sebastia@
This commit is contained in:
parent
6f11b9c737
commit
d230b273ee
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.64 2013/11/20 15:57:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.65 2013/11/20 15:58:31 sthen Exp $
|
||||
|
||||
COMMENT = sophisticated scripter based on Tcl/Tk
|
||||
|
||||
VERSION = 5.45
|
||||
DISTNAME = expect${VERSION}
|
||||
PKGNAME = expect-${VERSION}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
SHARED_LIBS = expect545 0.0
|
||||
CATEGORIES = lang
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=expect/}
|
||||
@ -34,4 +34,7 @@ CONFIGURE_ENV += SHLIB_VERSION=${LIBexpect545_VERSION} \
|
||||
FAKE_FLAGS = PKG_DIR=expect
|
||||
TEST_TARGET = test
|
||||
|
||||
post-configure:
|
||||
${MODTCL_TCLSH_ADJ} ${WRKSRC}/example/*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.11 2013/05/15 09:46:28 sebastia Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.12 2013/11/20 15:58:31 sthen Exp $
|
||||
@lib lib/libexpect545.so.${LIBexpect545_VERSION}
|
||||
lib/tcl/
|
||||
lib/tcl/expect/
|
||||
@lib lib/tcl/expect/libexpect545.so.${LIBexpect545_VERSION}
|
||||
lib/libexpect545.so.0.0
|
||||
lib/tcl/expect/pkgIndex.tcl
|
||||
|
Loading…
Reference in New Issue
Block a user