diff options
Diffstat (limited to 'devel/bouml/files/patch-Makefile')
-rw-r--r-- | devel/bouml/files/patch-Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/bouml/files/patch-Makefile b/devel/bouml/files/patch-Makefile deleted file mode 100644 index 1c5bc3559714..000000000000 --- a/devel/bouml/files/patch-Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.orig Mon Apr 2 18:29:38 2007 -+++ Makefile Mon Apr 2 21:22:54 2007 -@@ -1,19 +1,19 @@ - # The directory where all the bouml files will be installed, you - # can change it for instance because you don't have root permission --BOUML_LIB = /usr/lib/bouml -+BOUML_LIB = %%PREFIX%%/share/bouml - - # The directory where the bouml shell script will be installed, you - # can change it for instance because you don't have root permission --BOUML_DIR = /usr/bin -+BOUML_DIR = %%PREFIX%%/bin - - # The directory containing bouml.desktop - # The copy is not done if you comment the definition --BOUML_DESKTOP_DIR = /usr/share/applications -+BOUML_DESKTOP_DIR = %%DESKTOPDIR%% - - # The directories containing the bouml icons are - # <BOUML_ICONS_PREFIX_DIR>/<size>x<size>/apps - # The copy is not done if you comment the definition --BOUML_ICONS_PREFIX_DIR = /usr/share/icons/hicolor -+BOUML_ICONS_PREFIX_DIR = %%PREFIX%%/share/icons/hicolor - - # for packaging purpose, useless by default - # DESTDIR = |