diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-03 04:21:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-04-03 04:21:50 +0000 |
commit | 5007d8874cecc50827fd94664d67fcf3c1b22d33 (patch) | |
tree | 38a23dfcd039eeed6540dc7ebcb5df8efede4fee /lang | |
parent | 9a4bcf0f34041d6007b49c7dd5a0e870e9b20929 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl82/Makefile | 2 | ||||
-rw-r--r-- | lang/tcl83/Makefile | 2 | ||||
-rw-r--r-- | lang/tcl84/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/tcl82/Makefile b/lang/tcl82/Makefile index fbeb5b755357..11dafbada996 100644 --- a/lang/tcl82/Makefile +++ b/lang/tcl82/Makefile @@ -371,7 +371,7 @@ MLINKS= Access.3 Tcl_Access.3 \ safe.n Safe\Base.n post-configure: - ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}/=$${WRKDIRPREFIX}/=' \ + ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}${PORTSDIR}=$${WRKDIRPREFIX}${PORTSDIR}=' \ ${WRKSRC}/tclConfig.sh .include <bsd.port.pre.mk> diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 9ee5503ca779..1e79381e95ac 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -423,7 +423,7 @@ MLINKS= Access.3 Tcl_Access.3 \ tcltest.n Tcltest.n post-configure: - ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}/=$${WRKDIRPREFIX}/=' \ + ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}${PORTSDIR}=$${WRKDIRPREFIX}${PORTSDIR}=' \ ${WRKSRC}/tclConfig.sh .include <bsd.port.pre.mk> diff --git a/lang/tcl84/Makefile b/lang/tcl84/Makefile index ed9541aa3f4f..8b59dafd4443 100644 --- a/lang/tcl84/Makefile +++ b/lang/tcl84/Makefile @@ -595,7 +595,7 @@ post-patch: .endif post-configure: - ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}/=$${WRKDIRPREFIX}/=' \ + ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}${PORTSDIR}=$${WRKDIRPREFIX}${PORTSDIR}=' \ ${WRKSRC}/tclConfig.sh .include <bsd.port.pre.mk> |