From f4abdf882be090f8a1edab37dc951bb40ce95ed6 Mon Sep 17 00:00:00 2001 From: Marc Fonvieille <blackend@FreeBSD.org> Date: Sun, 26 Oct 2008 08:53:47 +0000 Subject: [PATCH] Add missing symlinks (needed for a future re@ work). --- bn_BD.ISO10646-1/Makefile | 2 ++ da_DK.ISO8859-1/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bn_BD.ISO10646-1/Makefile b/bn_BD.ISO10646-1/Makefile index 8aa507fbb4..1d47ec9d01 100644 --- a/bn_BD.ISO10646-1/Makefile +++ b/bn_BD.ISO10646-1/Makefile @@ -2,5 +2,7 @@ SUBDIR= articles +COMPAT_SYMLINK = bn + DOC_PREFIX?= ${.CURDIR}/.. .include "${DOC_PREFIX}/share/mk/doc.project.mk" diff --git a/da_DK.ISO8859-1/Makefile b/da_DK.ISO8859-1/Makefile index 666ed27242..7b241cddb4 100644 --- a/da_DK.ISO8859-1/Makefile +++ b/da_DK.ISO8859-1/Makefile @@ -2,7 +2,7 @@ SUBDIR = articles -# COMPAT_SYMLINK = dk +COMPAT_SYMLINK = da DOC_PREFIX?= ${.CURDIR}/.. .include "${DOC_PREFIX}/share/mk/doc.project.mk"