mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
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
11 lines
250 B
C
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
|
|
|