summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-03-24 04:20:47 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-03-24 04:20:47 +0000
commitbdd62873c52cec6066231a3307ec1494133e1380 (patch)
tree0749e2f8b31e958ace7431acd91cac4aa233a904 /x11-toolkits
parent- merge patch from openssh-portable (diff)
- fix problem with sed, if no WRKDIRPREFIX is set.
Notes
Notes: svn path=/head/; revision=77347
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/tk82/Makefile2
-rw-r--r--x11-toolkits/tk83/Makefile2
-rw-r--r--x11-toolkits/tk84/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/tk82/Makefile b/x11-toolkits/tk82/Makefile
index 194e150cadba..a1449dc0516d 100644
--- a/x11-toolkits/tk82/Makefile
+++ b/x11-toolkits/tk82/Makefile
@@ -303,7 +303,7 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \
popup.n tk_popup.n
post-configure:
- ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}=$${WRKDIRPREFIX}=' \
+ ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}/=$${WRKDIRPREFIX}/=' \
${WRKSRC}/tkConfig.sh
.include <bsd.port.pre.mk>
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile
index a3ef609e3f1b..eaa78d3d3c46 100644
--- a/x11-toolkits/tk83/Makefile
+++ b/x11-toolkits/tk83/Makefile
@@ -320,7 +320,7 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \
popup.n tk_popup.n
post-configure:
- ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}=$${WRKDIRPREFIX}=' \
+ ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}/=$${WRKDIRPREFIX}/=' \
${WRKSRC}/tkConfig.sh
.include <bsd.port.pre.mk>
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile
index fec5987842f8..ff8e3b5328e3 100644
--- a/x11-toolkits/tk84/Makefile
+++ b/x11-toolkits/tk84/Makefile
@@ -341,7 +341,7 @@ MLINKS= 3DBorder.3 Tk_Alloc3DBorderFromObj.3 \
text.n tk_textPaste.n
post-configure:
- ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}=$${WRKDIRPREFIX}=' \
+ ${REINPLACE_CMD} -e 's=${WRKDIRPREFIX}/=$${WRKDIRPREFIX}/=' \
${WRKSRC}/tkConfig.sh
.include <bsd.port.pre.mk>