- Flip ln -sf arguments, they were in wrong order

PR:		ports/65121
Reported by:	Kay Lehmann <kay_lehmann@web.de>
This commit is contained in:
Pav Lucistnik 2004-04-03 22:03:16 +00:00
parent d5e2f33ca9
commit d838585edf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106073

View File

@ -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>