mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
6d30ca7267
2) clean up Makefile 3) respect PREFIX/LOCALBASE 4) install .desktop file to standard place 5) reduce dependencies 6) take maintainership PR: ports/135885 Submitted by: makc (self) Approved by: Andy Fawcett (former maintainer)
10 lines
464 B
Plaintext
10 lines
464 B
Plaintext
--- ./src/SConscript.orig 2005-08-17 07:03:14.000000000 +0400
|
|
+++ ./src/SConscript 2009-06-21 14:26:00.000000000 +0400
|
|
@@ -77,5 +77,5 @@
|
|
## Warning : there is a difference between the normal destop file used for the menu
|
|
## and the servicetype desktop file, so they go in different directories
|
|
## you will find more information in 'test3'
|
|
-myenv.KDEinstall( 'KDEMENU', 'Utilities', 'abakus.desktop')
|
|
+myenv.KDEinstall( 'KDEXDG', '', 'abakus.desktop')
|
|
|