summaryrefslogtreecommitdiff
path: root/german/staroffice70
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-07-17 13:42:32 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-07-17 13:42:32 +0000
commitf7aa6debc2f1bd5d88ef17ed6a552c786aba938f (patch)
treec2776fff729801d32f6a58e1c35e95c42c7837d9 /german/staroffice70
parentupgrade to 3.0.11 (diff)
Add install-update target to update a installed version with
the service pack.
Notes
Notes: svn path=/head/; revision=63132
Diffstat (limited to 'german/staroffice70')
-rw-r--r--german/staroffice70/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile
index f27086296a80..55beb3648549 100644
--- a/german/staroffice70/Makefile
+++ b/german/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>