aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/xmms-kde/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-kde/Makefile b/audio/xmms-kde/Makefile
index 8f820e35039c..679c4fc66586 100644
--- a/audio/xmms-kde/Makefile
+++ b/audio/xmms-kde/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
USE_GNOME= gtk12
post-install:
- ${LN} -sf ${PREFIX}/share/doc/HTML/en/xmms-kde/common \
- ${LOCALBASE}/share/doc/HTML/en/common
+ ${LN} -sf ${LOCALBASE}/share/doc/HTML/en/common \
+ ${PREFIX}/share/doc/HTML/en/xmms-kde/common \
.include <bsd.port.mk>