ports/graphics/xsane/files/patch-src_xsane.h
Tobias Kortkamp d88f6a5645 Fix help menu which currently tries to open help files from
share/sane/xsane/doc instead of share/doc/xsane where they are
installed.

While here

- Add LICENSE_FILE
- Pet portlint: regenerate and rename patches
- Switch GIMP option to options helpers
- Fix pkg-message.  The GIMP plugin now shows up in File->Create and
  not in File->Acquire.

PR:		218989
Approved by:	lme (mentor), koalative@gmail.com (maintainer timeout, 4 weeks)
Differential Revision:	https://reviews.freebsd.org/D10752
2017-05-30 18:41:40 +00:00

11 lines
250 B
C

--- src/xsane.h.orig 2013-05-22 21:43:46 UTC
+++ src/xsane.h
@@ -251,7 +251,7 @@
# elif defined(HAVE_OS2_H)
# define DEFAULT_BROWSER "netscape"
# else
-# define DEFAULT_BROWSER "netscape"
+# define DEFAULT_BROWSER "xdg-open"
# endif
#endif