openbsd-ports/geo/qlandkarte/patches/patch-src_src_pro
ajacoutot a362885306 Small cleanup of qlandkarte:
* precise license
 * add missing desktop-file-utils goo
 * add PORTHOME to quiet up qmake4
 * respect CXXFLAGS
 * don't force -O3 optimisation
 * install man pages where they belong

"go ahead and commit" pvalchev@
2008-10-17 08:29:41 +00:00

31 lines
791 B
Plaintext

$OpenBSD: patch-src_src_pro,v 1.3 2008/10/17 08:29:41 ajacoutot Exp $
--- src/src.pro.orig Tue May 13 21:53:08 2008
+++ src/src.pro Thu Oct 16 18:13:09 2008
@@ -5,7 +5,7 @@
include(../common)
INSTALLS += target
-target.path = $${QLANDKARTE_BINDIR}
+target.path = !!QLANDKARTE_BINDIR!!
unix {
desktop.path = /usr/share/applications
desktop.files = ../qlandkarte.desktop
@@ -15,7 +15,7 @@ unix {
menu.files = ../qlandkarte.menu
INSTALLS += menu
- manpage.path = /usr/share/man
+ manpage.path = /usr/man
manpage.files = ../qlandkarte.1
INSTALLS += manpage
}
@@ -169,7 +169,7 @@ MOC_DIR = .tmp
OBJECTS_DIR = .tmp
macx:TARGET = QLandkarte
!macx:TARGET = qlandkarte
-DESTDIR = ../bin
+DESTDIR = !!QLANDKARTE_BINDIR!!
CONFIG += qt \
x11