Deleted Added
full compact
2c2
< # $FreeBSD: head/share/mk/bsd.nls.mk 91628 2002-03-04 10:59:37Z phantom $
---
> # $FreeBSD: head/share/mk/bsd.nls.mk 91632 2002-03-04 12:27:00Z phantom $
39a40
> NLSLINKS=
64a66,69
>
> .if defined(NLSLINKS_${file:C/.msg//g}) && !empty(NLSLINKS_${file:C/.msg//g})
> NLSLINKS+= ${file:C/.msg//g}
> .endif
87a93,102
> links-nls:
> .if defined(NLSLINKS) && !empty(NLSLINKS)
> .for src in ${NLSLINKS}
> .for dst in ${NLSLINKS_${src}}
> ln -fs ../${src}/${NLSNAME}.cat \
> ${DESTDIR}${NLSDIR}/${dst}/${NLSNAME}.cat
> .endfor
> .endfor
> .endif
>
95a111,116
> .if !defined(NO_NLS) && !empty(NLS)
> realinstall: beforeinstall nlsinstall links-nls
> .else
> realinstall: beforeinstall
> .endif
>
97c118
< install: beforeinstall nlsinstall afterinstall
---
> install: realinstall afterinstall