mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
17 lines
348 B
Makefile
17 lines
348 B
Makefile
# Created by: Marc Fonvieille <blackend@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= misc docs
|
|
PKGNAMEPREFIX= da-
|
|
|
|
MAINTAINER= doceng@FreeBSD.org
|
|
COMMENT= Danish translation of the FreeBSD Documentation Project
|
|
|
|
MASTERDIR= ${.CURDIR}/../freebsd-doc-en
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
DOCLANG= da_DK.ISO8859-1
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|