From 71ee141f4ad47dc0b4369f895a805b9cb99ce82e Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 3 Apr 2004 22:03:16 +0000 Subject: - Flip ln -sf arguments, they were in wrong order PR: ports/65121 Reported by: Kay Lehmann --- audio/xmms-kde/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/xmms-kde') 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 -- cgit