diff options
Diffstat (limited to 'devel/tkcon/Makefile')
-rw-r--r-- | devel/tkcon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/tkcon/Makefile b/devel/tkcon/Makefile index d64e551e6b38..dd61e84b978f 100644 --- a/devel/tkcon/Makefile +++ b/devel/tkcon/Makefile @@ -15,10 +15,12 @@ MAINTAINER= ports@freebsd.org RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +USE_REINPLACE= yes NO_BUILD= yes +REINPLACE_ARGS= -i.bak -E post-patch: - @${PERL} -pi \ + @${REINPLACE_CMD} \ -e 's,docs\s+"([^"]+)",docs "file:${PREFIX}/share/doc/tkcon/index.html\\n\1",' ${WRKSRC}/tkcon.tcl do-install: |