diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-29 18:17:12 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-29 18:17:12 +0000 |
commit | 8d9a376361aa7a4c96a2be57c178ea12bde7e7bc (patch) | |
tree | 13a2ad5d8e14e3e8989352f62087101f46755a3f /x11-fm/gnome-commander/files | |
parent | e38fff91879984989b856b8feeb0ef4570ddd13d (diff) | |
download | FreeBSD-ports-8d9a376361aa7a4c96a2be57c178ea12bde7e7bc.zip FreeBSD-ports-8d9a376361aa7a4c96a2be57c178ea12bde7e7bc.tar.gz |
Add gnome-commander, a GNOME file manager that resembles Norton Commander.
PR: 37392
Submitted by: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
Reviewed by: sobomax
Approved by: sobomax
Diffstat (limited to 'x11-fm/gnome-commander/files')
-rw-r--r-- | x11-fm/gnome-commander/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/gnome-commander/files/patch-configure b/x11-fm/gnome-commander/files/patch-configure new file mode 100644 index 0000000..7bdfc04 --- /dev/null +++ b/x11-fm/gnome-commander/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Apr 26 20:09:18 2002 ++++ configure Fri Apr 26 20:09:42 2002 +@@ -4265,7 +4265,7 @@ + if test "x${prefix}" = "xNONE"; then + PACKAGE_PIXMAPS_DIR="${ac_default_prefix}/share/pixmaps/${PACKAGE}" + else +- PACKAGE_PIXMAPS_DIR="${prefix}/share/pixmaps/${PACKAGE}" ++ PACKAGE_PIXMAPS_DIR="${datadir}/pixmaps/${PACKAGE}" + fi + + PIXMAPS_DIR="-DPIXMAPS_DIR=\\\"$PACKAGE_PIXMAPS_DIR\\\"" |