diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-06-04 22:20:51 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-06-04 22:20:51 +0000 |
commit | b1839a5645b6f70c7bb707efd0ed64ec56a4ed98 (patch) | |
tree | 6bc6cc74282f121cd063d17e4326bef9ab4eeb26 /lang/expect/Makefile | |
parent | 36e498dffb954ec5630691c8f0ff78b2321bbfe8 (diff) | |
download | ports-b1839a5645b6f70c7bb707efd0ed64ec56a4ed98.tar.gz ports-b1839a5645b6f70c7bb707efd0ed64ec56a4ed98.zip |
Notes
Diffstat (limited to 'lang/expect/Makefile')
-rw-r--r-- | lang/expect/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 8ab85e2917f2..f0cda0eded57 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -6,11 +6,11 @@ PORTNAME= expect PORTVERSION= 5.43.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang tcl tk MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tcltk@FreeBSD.org COMMENT= A sophisticated scripter based on tcl/tk CONFLICTS= expect-5.44* weather-[0-9]* @@ -64,6 +64,9 @@ MAN3= libexpect.3 .endif post-patch: + ${REINPLACE_CMD} -e \ + 's|@TCLHDIRDASHI@|& -I${LOCALBASE}/include/tcl8.4/unix|' \ + ${WRKSRC}/Makefile.in ${WRKSRC}/DbgMkfl.in ${TOUCH} ${WRKSRC}/configure post-install: |