Index: mythdvd/mythdvd/mythdvd.pro
===================================================================
--- mythdvd/mythdvd/mythdvd.pro	(revision 8565)
+++ mythdvd/mythdvd/mythdvd.pro	(working copy)
@@ -9,7 +9,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread
 TARGET = mythdvd
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 
 installfiles.path = $${PREFIX}/share/mythtv
Index: mythmusic/mythmusic/mythmusic.pro
===================================================================
--- mythmusic/mythmusic/mythmusic.pro	(revision 8565)
+++ mythmusic/mythmusic/mythmusic.pro	(working copy)
@@ -10,7 +10,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread
 TARGET = mythmusic
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 
 installfiles.path = $${PREFIX}/share/mythtv
Index: mythbrowser/mythbookmarkmanager/mythbookmarkmanager.pro
===================================================================
--- mythbrowser/mythbookmarkmanager/mythbookmarkmanager.pro	(revision 8565)
+++ mythbrowser/mythbookmarkmanager/mythbookmarkmanager.pro	(working copy)
@@ -7,7 +7,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread warn_on debug
 TARGET = mythbookmarkmanager
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 
 #uifiles.path = $${PREFIX}/share/mythtv/themes/default
Index: settings.pro
===================================================================
--- settings.pro	(revision 8565)
+++ settings.pro	(working copy)
@@ -8,7 +8,7 @@
 INCLUDEPATH += /usr/kde/3.3/include
 
 LIBPATH += /usr/kde/3.3/lib
-LIBS *= -L$${PREFIX}/lib
+LIBS *= -L$${LIBDIR}
 
 DEFINES += _GNU_SOURCE
 DEFINES += PREFIX=\"$${PREFIX}\"
Index: mythgallery/mythgallery/mythgallery.pro
===================================================================
--- mythgallery/mythgallery/mythgallery.pro	(revision 8565)
+++ mythgallery/mythgallery/mythgallery.pro	(working copy)
@@ -10,7 +10,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread
 TARGET = mythgallery
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 LIBS += -ltiff
 
Index: mythweather/mythweather/mythweather.pro
===================================================================
--- mythweather/mythweather/mythweather.pro	(revision 8565)
+++ mythweather/mythweather/mythweather.pro	(working copy)
@@ -4,7 +4,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread
 TARGET = mythweather
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 
 uifiles.path = $${PREFIX}/share/mythtv/themes/default
Index: mythflix/mythflix/mythflix.pro
===================================================================
--- mythflix/mythflix/mythflix.pro	(revision 8565)
+++ mythflix/mythflix/mythflix.pro	(working copy)
@@ -4,7 +4,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread warn_on debug
 TARGET = mythflix
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 
 uifiles.path = $${PREFIX}/share/mythtv/themes/default
Index: mythcontrols/mythcontrols/mythcontrols.pro
===================================================================
--- mythcontrols/mythcontrols/mythcontrols.pro	(revision 8565)
+++ mythcontrols/mythcontrols/mythcontrols.pro	(working copy)
@@ -4,7 +4,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread
 TARGET = mythcontrols
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 
 uifiles.path = $${PREFIX}/share/mythtv/themes/default
Index: mythvideo/mythvideo/mythvideo.pro
===================================================================
--- mythvideo/mythvideo/mythvideo.pro	(revision 8565)
+++ mythvideo/mythvideo/mythvideo.pro	(working copy)
@@ -4,7 +4,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread
 TARGET = mythvideo
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 
 uifiles.path = $${PREFIX}/share/mythtv/themes/default
Index: mythgame/mythgame/mythgame.pro
===================================================================
--- mythgame/mythgame/mythgame.pro	(revision 8565)
+++ mythgame/mythgame/mythgame.pro	(working copy)
@@ -4,7 +4,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread
 TARGET = mythgame
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 
 installfiles.path = $${PREFIX}/share/mythtv
Index: mythphone/mythphone/mythphone.pro
===================================================================
--- mythphone/mythphone/mythphone.pro	(revision 8565)
+++ mythphone/mythphone/mythphone.pro	(working copy)
@@ -16,7 +16,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread
 TARGET = mythphone
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 
 uifiles.path = $${PREFIX}/share/mythtv/themes/default
Index: mythnews/mythnews/mythnews.pro
===================================================================
--- mythnews/mythnews/mythnews.pro	(revision 8565)
+++ mythnews/mythnews/mythnews.pro	(working copy)
@@ -4,7 +4,7 @@
 TEMPLATE = lib
 CONFIG += plugin thread warn_on debug
 TARGET = mythnews
-target.path = $${PREFIX}/lib/mythtv/plugins
+target.path = $${LIBDIR}/mythtv/plugins
 INSTALLS += target
 
 uifiles.path = $${PREFIX}/share/mythtv/themes/default
