1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-fm/velocity/files/patch-configure
Pav Lucistnik 01cb58d205 Add velocity, a file manager for GNOME 2 desktop environment.
It is designed as a replacement for Nautilus. It supports
advanced features like plugins.

PR:		ports/60103
Submitted by:	Ryan Moe <ryan@transaeris.com>
2003-12-10 20:22:02 +00:00

28 lines
926 B
Plaintext

--- configure.orig Tue Aug 26 03:15:17 2003
+++ configure Wed Dec 10 20:50:34 2003
@@ -7156,16 +7156,16 @@
packageprefix=${prefix}
fi
-packagedatadir=share/${PACKAGE}
-packagedocdir=doc/${PACKAGE}
+packagedatadir=share/gnome/${PACKAGE}
+packagedocdir=share/doc/${PACKAGE}
-packagepixmapsdir=share/pixmaps/${PACKAGE}
+packagepixmapsdir=share/gnome/pixmaps/${PACKAGE}
packagehelpdir=share/gnome/help/${PACKAGE}
-packagemenudir=share/applications
-packagescriptsdir=share/${PACKAGE}/scripts
-packagetemplatesdir=share/${PACKAGE}/templates
-packagepluginsdir=share/${PACKAGE}/plugins
-packagesendtodir=share/${PACKAGE}/sendto
+packagemenudir=share/gnome/applications
+packagescriptsdir=share/gnome/${PACKAGE}/scripts
+packagetemplatesdir=share/gnome/${PACKAGE}/templates
+packagepluginsdir=share/gnome/${PACKAGE}/plugins
+packagesendtodir=share/gnome/${PACKAGE}/sendto
NO_PREFIX_PACKAGE_DATA_DIR="${packagedatadir}"