diff options
author | mbr <mbr@FreeBSD.org> | 2002-07-17 13:42:32 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-07-17 13:42:32 +0000 |
commit | 4f093e412cbd530d19b9eeb3eade08366da443e2 (patch) | |
tree | 6dc50d4471a595a22789b3561a4c3721059d2d9d /editors/staroffice70/Makefile | |
parent | 2b05bf4e57db94949224b038a2fb2a3f3acfc4ee (diff) | |
download | FreeBSD-ports-4f093e412cbd530d19b9eeb3eade08366da443e2.zip FreeBSD-ports-4f093e412cbd530d19b9eeb3eade08366da443e2.tar.gz |
Add install-update target to update a installed version with
the service pack.
Diffstat (limited to 'editors/staroffice70/Makefile')
-rw-r--r-- | editors/staroffice70/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile index f270862..55beb36 100644 --- a/editors/staroffice70/Makefile +++ b/editors/staroffice70/Makefile @@ -192,4 +192,9 @@ install-patch: @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" LD_LIBRARY_PATH=${LD_PATH} \ TEMP=${TMPDIR} ${LINUXBASE}/bin/sh -c '${WRKSRC}/../112887-02/so-6_0-pp1-bin-linux.bin' +install-update: + @make extract + @make install-user + @make install-patch + .include <bsd.port.post.mk> |