aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-14 13:38:38 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-14 13:38:38 +0000
commit16c3b2e93c9e52695f53de41cb82b89cd12b92f9 (patch)
tree8355f7c5fa33d4752136a049f04b0007c76ff565 /lang
parente35b30af8f0328f067331058c8bcd1aa89c8ea41 (diff)
downloadports-16c3b2e93c9e52695f53de41cb82b89cd12b92f9.tar.gz
ports-16c3b2e93c9e52695f53de41cb82b89cd12b92f9.zip
Notes
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>