diff options
author | maho <maho@FreeBSD.org> | 2004-04-09 17:21:22 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-04-09 17:21:22 +0800 |
commit | b203e78e1b5286a539898fc6daa8569c62d8d9d0 (patch) | |
tree | 4f1ec12c1ce171041a00a858adfb325c319ecafb /editors/openoffice-1.1-devel | |
parent | 38b4e7ea6c2e46c8d914e26b35296cc45c3e567f (diff) | |
download | freebsd-ports-gnome-b203e78e1b5286a539898fc6daa8569c62d8d9d0.tar.gz freebsd-ports-gnome-b203e78e1b5286a539898fc6daa8569c62d8d9d0.tar.zst freebsd-ports-gnome-b203e78e1b5286a539898fc6daa8569c62d8d9d0.zip |
${FRELEASE_NR} to ${PORTVERSION} for sdk and solver section
Diffstat (limited to 'editors/openoffice-1.1-devel')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index 7898ff43c399..3b2cb7c545a5 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -554,12 +554,12 @@ sdk: @cd ${WRKSRC}/.. && DISPLAY=${DISPLAY} PATH="${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin" && \ ${TCSH} -c 'source FreeBSDEnv.Set && unsetenv TOP && cd sdk_oo && build.pl && deliver.pl' .endif - ${MV} ${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/bin/OpenOffice.org${FRELEASE_NR}_SDK.tar.gz ${WRKDIR}/../OOo_${FRELEASE_NR}_${OPSYS}${SIMPLEOSVER}Intel_sdk.tar.gz + ${MV} ${WRKSRC}/../solver/${BUILD_NR}/unxfbsd.pro/bin/OpenOffice.org${FRELEASE_NR}_SDK.tar.gz ${WRKDIR}/../OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel_sdk.tar.gz solver: @${ECHO_MSG} "===> Make Solver of OpenOffice.org" - @cd ${WRKSRC}/.. ; ${TAR} cfz ${WRKDIR}/../OOo_${FRELEASE_NR}_${OPSYS}${SIMPLEOSVER}Intel_solver.tar.gz solver + @cd ${WRKSRC}/.. ; ${TAR} cfz ${WRKDIR}/../OOo_${PORTVERSION}_${OPSYS}${SIMPLEOSVER}Intel_solver.tar.gz solver update: @${MAKE} fetch |