$OpenBSD$
--- Berry.pro.orig	Fri Mar 20 14:32:57 2015
+++ Berry.pro	Sun May 24 18:31:40 2015
@@ -6,11 +6,8 @@ DEPLOYMENTFOLDERS = translation_files icon_files
 
 QT += widgets
 
-linux {
-    TARGET = berry
-}
-
 unix:!macx {
+    TARGET = berry
     LIBS += -lexiv2
 }
 win32 {
@@ -78,9 +75,7 @@ contains(BUILD_MODE,opt) {
     APPDESK_SRC = files/shortcuts/normal/
 }
 
-android {
-} else {
-linux {
+unix:!android:!macx {
     target = $$TARGET
     target.path = $$BIN_PATH
     translations.files = $$TRANSLATIONS
@@ -93,7 +88,6 @@ linux {
     mimeFile.path = $$APPDESK_PATH/share/mime/application
 
     INSTALLS = target translations icons desktopFile mimeFile
-}
 }
 
 RESOURCES += \
