diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-26 19:19:20 +0000 |
commit | 66fee909266a1dedf3dfc1f03bb0841380d78805 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /devel/bouml/files/patch-Makefile | |
parent | Remove support for Qt3/kde in preparation for full Qt3/kde3 removal (diff) |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Notes
Notes:
svn path=/head/; revision=323748
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 = |