diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 13:38:38 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 13:38:38 +0000 |
commit | 16c3b2e93c9e52695f53de41cb82b89cd12b92f9 (patch) | |
tree | 8355f7c5fa33d4752136a049f04b0007c76ff565 /lang/gpc | |
parent | e35b30af8f0328f067331058c8bcd1aa89c8ea41 (diff) |
Notes
Diffstat (limited to 'lang/gpc')
-rw-r--r-- | lang/gpc/Makefile | 2 |
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> |