diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-03-29 07:35:35 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-03-29 07:35:35 +0000 |
commit | 99d05ed4727995a6a0aded780c4302d5f8edfb69 (patch) | |
tree | fd2a39ba40b21d8f4377dae869d1c524af12ed72 /editors/openoffice.org-2 | |
parent | 9e675567394754fddd8bed4572ec51eac23f1143 (diff) | |
download | ports-99d05ed4727995a6a0aded780c4302d5f8edfb69.tar.gz ports-99d05ed4727995a6a0aded780c4302d5f8edfb69.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2')
-rw-r--r-- | editors/openoffice.org-2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/Makefile b/editors/openoffice.org-2/Makefile index b7c98d7c8b3a..f1ccd398fc1c 100644 --- a/editors/openoffice.org-2/Makefile +++ b/editors/openoffice.org-2/Makefile @@ -497,6 +497,8 @@ do-build: .endif pre-install: + @${CP} ${FILESDIR}/oo_setup.resp \ + ${WRKSRC}/../instsetoo/unxfbsd.pro/${LANG_EXT}/normal/ @${SED} -i orig -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%PORTVERSION%%#${BUILD_NR}#g' \ ${WRKSRC}/../instsetoo/unxfbsd.pro/${LANG_EXT}/normal/oo_setup.resp |