diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-06-01 21:30:10 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-06-01 21:30:10 +0000 |
commit | 60a4646d8e432abff8419d1a5f4e4dbcca91ea9e (patch) | |
tree | 4fa63fece0983d05cd39bee78ac5917630b819ce /mk/bsd.pkg.mk | |
parent | 233deb2d5a4fab963b9a9069737aa173c71197f0 (diff) | |
download | pkgsrc-60a4646d8e432abff8419d1a5f4e4dbcca91ea9e.tar.gz |
Document MANLANG
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 0750cb22229..147952379d7 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,7 +1,7 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 # -# $NetBSD: bsd.pkg.mk,v 1.88 1998/05/29 22:48:17 hubertf Exp $ +# $NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp $ # # This file is derived from bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -274,6 +274,9 @@ NetBSD_MAINTAINER= agc@netbsd.org # # MANCOMPRESSED - Indicates that the port installs manpages in a compressed # form (default: port installs manpages uncompressed). +# MANLANG - List of language-subdirs for $PREFIX/man, into which the +# pkg will install it's man-pages, resulting in +# $PREFIX/man/lang1/catX, etc; (default: undefined) # MAN<sect> - A list of manpages, categorized by section. For # example, if your port has "man/man1/foo.1" and # "man/mann/bar.n", set "MAN1=foo.1" and "MANN=bar.n". |