Index: stable/11/share/mk/bsd.links.mk
===================================================================
--- stable/11/share/mk/bsd.links.mk	(revision 322744)
+++ stable/11/share/mk/bsd.links.mk	(revision 322745)
@@ -1,24 +1,24 @@
 # $FreeBSD$
 
 .if !target(__<bsd.init.mk>__)
 .error bsd.links.mk cannot be included directly.
 .endif
 
 .if defined(NO_ROOT)
 .if !defined(TAGS) || ! ${TAGS:Mpackage=*}
 TAGS+=         package=${PACKAGE}
 .endif
 TAG_ARGS=      -T ${TAGS:[*]:S/ /,/g}
 .endif
 
 afterinstall: _installlinks
 .ORDER: realinstall _installlinks
 _installlinks:
 .for s t in ${LINKS}
 	@${ECHO} "${t} -> ${s}" ;\
 	${INSTALL_LINK} ${TAG_ARGS} ${DESTDIR}${s} ${DESTDIR}${t}
 .endfor
 .for s t in ${SYMLINKS}
 	@${ECHO} "${t} -> ${s}" ;\
-	${INSTALL_SYMLINK} ${TAG_ARGS} ${s} ${DESTDIR}/${t}
+	${INSTALL_SYMLINK} ${TAG_ARGS} ${s} ${DESTDIR}${t}
 .endfor
Index: stable/11
===================================================================
--- stable/11	(revision 322744)
+++ stable/11	(revision 322745)

Property changes on: stable/11
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /head:r322434