Unbreak printing with cups installed.

noticed & ok by sturm@
This commit is contained in:
bernd 2006-06-23 15:40:56 +00:00
parent 9ad38db7bf
commit 5bcd86e70d
2 changed files with 5 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.35 2006/06/23 08:34:17 bernd Exp $
# $OpenBSD: Makefile,v 1.36 2006/06/23 15:40:56 bernd Exp $
ONLY_FOR_ARCHS= i386
COMMENT= "fast and customizable WWW browser"
PKGNAME= opera-9.00
PKGNAME= opera-9.00p0
DISTNAME= opera-9.0-20060616.1-static-qt.i386-en
CATEGORIES= www

View File

@ -1,15 +1,16 @@
#!/bin/sh
#
# $OpenBSD: opera.sh,v 1.5 2003/11/09 09:46:26 sturm Exp $
# $OpenBSD: opera.sh,v 1.6 2006/06/23 15:40:56 bernd Exp $
PLUGIN_PATH=@PREFIX@/lib/opera/plugins
PLUGIN_PATH=${PLUGIN_PATH}:@LOCALBASE@/lib/ns-plugins
PLUGIN_PATH=${PLUGIN_PATH}:${HOME}/.netscape/plugins
PLUGIN_PATH=${PLUGIN_PATH}:@LOCALBASE@/netscape/plugins
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/libexec
PATH=/bin:/usr/bin
export OPERA_DIR=@PREFIX@/share/opera
export OPERA_PLUGIN_PATH=${OPERA_PLUGIN_PATH-${PLUGIN_PATH}}
export LD_LIBRARY_PATH
export LD_LIBRARY_PATH PATH
exec @PREFIX@/libexec/opera "$@"