diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-03-11 14:36:28 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2014-03-11 14:36:28 +0000 |
| commit | 8129621ec680ea7be1226f09fe7109e7bb88398a (patch) | |
| tree | a644aa021a8b7b0412def18bbe9b07806ba10733 /devel/hp48xgcc | |
| parent | Fix build when WITH_X11 is defined (diff) | |
Stagify the port.
Diffstat (limited to 'devel/hp48xgcc')
| -rw-r--r-- | devel/hp48xgcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/hp48xgcc/Makefile b/devel/hp48xgcc/Makefile index 730d361b72e8..f8c256a55996 100644 --- a/devel/hp48xgcc/Makefile +++ b/devel/hp48xgcc/Makefile @@ -30,7 +30,7 @@ WRKSRC= ${WRKDIR}/saturn ALL_TARGET= default INSTALL_TARGET= build-lib MAKE_ARGS= GCC_SRC="${GCC_DIR}" GCC_VERSION="${GCC_VER}" \ - CFLAGS="${CFLAGS}" CLIB="" ROOT="${PREFIX}" \ + CFLAGS="${CFLAGS}" CLIB="" ROOT="${STAGEDIR}${PREFIX}" \ INSTALL_PROG="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" LDXX="${CXX}" @@ -49,7 +49,6 @@ post-extract: .SILENT # Do not install extra copies of GPL (we use license framework instead) ${REINPLACE_CMD} -e '/COPYING/d' ${WRKSRC}/make.pubfiles -NO_STAGE= yes do-configure: cd ${GCC_DIR} && ./configure --target=saturn-local-hp48 \ --prefix=${PREFIX} |
