aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-14 21:38:38 +0800
committerSatoshi Asami <asami@FreeBSD.org>2000-11-14 21:38:38 +0800
commit16c3b2e93c9e52695f53de41cb82b89cd12b92f9 (patch)
tree8355f7c5fa33d4752136a049f04b0007c76ff565 /lang
parente35b30af8f0328f067331058c8bcd1aa89c8ea41 (diff)
downloadfreebsd-ports-16c3b2e93c9e52695f53de41cb82b89cd12b92f9.tar.gz
freebsd-ports-16c3b2e93c9e52695f53de41cb82b89cd12b92f9.tar.zst
freebsd-ports-16c3b2e93c9e52695f53de41cb82b89cd12b92f9.zip
WRKDIR of lang/gcc28 should be accessed through ${.CURDIR}/../../lang/gcc28,
not ${PORTSDIR}/lang/gcc28, since ${PORTSDIR} might be a symlink. Submitted by: bento
Notes
Notes: svn path=/head/; revision=35141
Diffstat (limited to 'lang')
-rw-r--r--lang/gpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile
index 9d6c927a6059..e81c6a634e1e 100644
--- a/lang/gpc/Makefile
+++ b/lang/gpc/Makefile
@@ -31,6 +31,6 @@ PLIST_SUB= GNUHOST=${GNUHOST}
CONFIGURE_ARGS= --with-gxx-include-dir=${PREFIX}/lib/gcc-lib/${GNUHOST}/2.8.1/include/g++
post-extract:
- @(${CP} -R ${WRKDIRPREFIX}${PORTSDIR}/lang/gcc28/work/gcc-2.8.1/* ${WRKSRC})
+ @(${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../lang/gcc28/work/gcc-2.8.1/* ${WRKSRC})
.include <bsd.port.post.mk>