pkgsrc/misc/openoffice/patches/patch-cu
mrauch dfc89b3b4d OpenOffice.org is an Open Source, community-developed, multi-platform office
productivity suite. It includes the key desktop applications, such as a
word processor, spreadsheet, presentation manager, and drawing program,
with a user interface and feature set similar to other office suites.
2002-02-13 18:09:21 +00:00

12 lines
381 B
Text

$NetBSD: patch-cu,v 1.1.1.1 2002/02/13 18:09:22 mrauch Exp $
--- ../sysui/unix/office/scripts/soffice.sh.orig Wed Sep 19 11:24:33 2001
+++ ../sysui/unix/office/scripts/soffice.sh
@@ -81,6 +81,7 @@
sd_platform=`uname -s`
case $sd_platform in
SCO_SV) test=/bin/test ;;
+ NetBSD) test=/bin/test ;;
FreeBSD) test=/bin/test ;;
*) test=/usr/bin/test ;;
esac