diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-10 01:13:36 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-10 01:13:36 +0800 |
commit | 54d35a2c63bbeae5e76421f8db473986369f80ee (patch) | |
tree | c30c4b109117ffb17a8289c18ac29a6668e4bd4e /editors/openoffice.org-vcltesttool | |
parent | 44b83fc56e90e9b94d3cac99320bc1396d83ab1b (diff) | |
download | freebsd-ports-gnome-54d35a2c63bbeae5e76421f8db473986369f80ee.tar.gz freebsd-ports-gnome-54d35a2c63bbeae5e76421f8db473986369f80ee.tar.zst freebsd-ports-gnome-54d35a2c63bbeae5e76421f8db473986369f80ee.zip |
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.org-vcltesttool')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile index 14cbc6f61544..ff5f0630423d 100644 --- a/editors/openoffice.org-vcltesttool/Makefile +++ b/editors/openoffice.org-vcltesttool/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 |