diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-17 13:17:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-17 13:17:42 +0000 |
commit | 6b6d6ab62a7996e9b9be1699e78bcfc702315a67 (patch) | |
tree | 3232283454c9651fd29bebf8e491dbb2d263ddd7 /polish/kadu | |
parent | 710995380e688724d80244a3a98cc4d674d77f8f (diff) | |
download | ports-6b6d6ab62a7996e9b9be1699e78bcfc702315a67.tar.gz ports-6b6d6ab62a7996e9b9be1699e78bcfc702315a67.zip |
Notes
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 4 | ||||
-rw-r--r-- | polish/kadu/files/patch-Makefile.in | 15 |
2 files changed, 9 insertions, 10 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 42821b2d3cf2..f68c56136265 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -32,10 +32,6 @@ WANT_GNOME= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502102 -BROKEN= "Install fails" -.endif - .if ${HAVE_GNOME:Mgnomehier}!="" PLIST_SUB+= GNOME:="" .else diff --git a/polish/kadu/files/patch-Makefile.in b/polish/kadu/files/patch-Makefile.in index 3b18a4fcf0b2..d540613ae7e2 100644 --- a/polish/kadu/files/patch-Makefile.in +++ b/polish/kadu/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- kadu/Makefile.in Sun Jan 11 16:28:21 2004 -+++ kadu/Makefile.in Tue Feb 10 00:02:07 2004 -@@ -545,33 +545,16 @@ +--- kadu/Makefile.in.orig Sun Jan 11 16:28:21 2004 ++++ kadu/Makefile.in Tue Feb 17 14:04:23 2004 +@@ -545,33 +545,19 @@ $(QT_MOC_DIR)/moc -o $@ $< install-data-local: @@ -38,9 +38,12 @@ + echo "MiniIcon=kadu-16.png" >> "$(srcdir)/kadu.desktop" + echo "Terminal=0" >> "$(srcdir)/kadu.desktop" + echo "Name=Kadu" >> "$(srcdir)/kadu.desktop" -+ $(INSTALL_DATA) -d hi48-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/kadu.png" -+ $(INSTALL_DATA) -d hi32-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/kadu.png" -+ $(INSTALL_DATA) -d hi16-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/kadu.png" ++ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/48x48/apps ++ $(INSTALL_DATA) hi48-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/48x48/apps/kadu.png" ++ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/32x32/apps ++ $(INSTALL_DATA) hi32-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/32x32/apps/kadu.png" ++ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/hicolor/16x16/apps ++ $(INSTALL_DATA) hi16-app-kadu.png "$(DESTDIR)$(datadir)/icons/hicolor/16x16/apps/kadu.png" uninstall-local: rm -f "$(DESTDIR)/usr/share/applnk/Internet/kadu.desktop" rm -f "$(DESTDIR)/usr/share/pixmaps/kadu-48.png" |