diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-09 17:13:36 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-09 17:13:36 +0000 |
commit | 54d35a2c63bbeae5e76421f8db473986369f80ee (patch) | |
tree | c30c4b109117ffb17a8289c18ac29a6668e4bd4e /editors/openoffice-2.0-devel | |
parent | 44b83fc56e90e9b94d3cac99320bc1396d83ab1b (diff) | |
download | FreeBSD-ports-54d35a2c63bbeae5e76421f8db473986369f80ee.zip FreeBSD-ports-54d35a2c63bbeae5e76421f8db473986369f80ee.tar.gz |
I didn't notice there was a .file file as part of the port, and it was
in the wrong place. The .dot files has been renamed dot.file and moved
to files/
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r-- | editors/openoffice-2.0-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-2.0-devel/Makefile b/editors/openoffice-2.0-devel/Makefile index 14cbc6f..ff5f063 100644 --- a/editors/openoffice-2.0-devel/Makefile +++ b/editors/openoffice-2.0-devel/Makefile @@ -43,7 +43,7 @@ do-install: PATH=${PATH}:/tmp/sv001.tmp:/usr/compat/linux/tmp/sv001.tmp:/usr/compat/linux/tmp:/tmp LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/tmp:${WRKDIR}/tmp:/usr/lib:/lib:/tmp:/usr/compat/linux/lib /usr/compat/linux/sbin/ldconfig - ${CP} ${PKGDIR}/.sversionrc /root + ${INSTALL_DATA} ${FILESDIR}/dot.sversionrc /root/.sversionrc ${TOUCH} ${WRKDIR}/.install-done ${CAT} ${PKGDIR}/MESSAGE ${WRKDIR}/so51inst/office51/setup /net |