aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-04-03 12:21:50 +0800
committerdinoex <dinoex@FreeBSD.org>2003-04-03 12:21:50 +0800
commit189307c58e57a35965854a5e1b3fd744a2c3e021 (patch)
tree13cdd926b61feea763f620cc2521aec0830e0bd6 /x11-toolkits
parent0d7dccbdfbfc31f1f5ba920c7c4131cc9e2af5c3 (diff)
downloadfreebsd-ports-gnome-189307c58e57a35965854a5e1b3fd744a2c3e021.tar.gz
freebsd-ports-gnome-189307c58e57a35965854a5e1b3fd744a2c3e021.tar.zst
freebsd-ports-gnome-189307c58e57a35965854a5e1b3fd744a2c3e021.zip
- Fix some problems for other ports when WRKDIRPREFIX= is not set.
(packages are not affected)
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 a1449dc0516d..b349e102f820 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}${PORTSDIR}=$${WRKDIRPREFIX}${PORTSDIR}=' \
${WRKSRC}/tkConfig.sh
.include <bsd.port.pre.mk>
diff --git a/x11-toolkits/tk83/Makefile b/x11-toolkits/tk83/Makefile
index eaa78d3d3c46..a5f66e08b439 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}${PORTSDIR}=$${WRKDIRPREFIX}${PORTSDIR}=' \
${WRKSRC}/tkConfig.sh
.include <bsd.port.pre.mk>
diff --git a/x11-toolkits/tk84/Makefile b/x11-toolkits/tk84/Makefile
index ff8e3b5328e3..53547ed90c94 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}${PORTSDIR}=$${WRKDIRPREFIX}${PORTSDIR}=' \
${WRKSRC}/tkConfig.sh
.include <bsd.port.pre.mk>