diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-03 22:03:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-04-03 22:03:16 +0000 |
commit | d838585edf978c9768c5eb09d1990192e9b40634 (patch) | |
tree | d6327f7f7c5491c54c88c8e292629a6266f24f7f | |
parent | - Convert to bsd.java.mk 2.0 macros (diff) |
- Flip ln -sf arguments, they were in wrong order
PR: ports/65121
Reported by: Kay Lehmann <kay_lehmann@web.de>
Notes
Notes:
svn path=/head/; revision=106073
-rw-r--r-- | audio/xmms-kde/Makefile | 4 |
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> |