From 1159a1153496b49f4a7301704d1a5b8fa7ba18a8 Mon Sep 17 00:00:00 2001 From: agc Date: Thu, 17 Sep 1998 16:04:06 +0000 Subject: [PATCH] Document REQ_FILE and MESSAGE_FILE definitions. --- share/man/man7/packages.7 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index 78d22e41b250..4d079abb1eae 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: packages.7,v 1.9 1998/09/17 14:14:17 agc Exp $ +.\" $NetBSD: packages.7,v 1.10 1998/09/17 16:04:06 agc Exp $ .\" .\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp .\" @@ -215,6 +215,17 @@ The name of a script which will be invoked when de-installing binary packages. If there is a file called .Pa ${PKGDIR}/DEINSTALL , that file will be used. +.It REQ_FILE +The name of a script that is invoked before installation and de-installation +to ensure things are available. +If there is a file called +.Pa ${PKGDIR}/REQ , +that file will be used. +.It MESSAGE_FILE +The name of a file which will be displayed when installing +binary packages. If there is a file called +.Pa ${PKGDIR}/MESSAGE , +that file will be used. .It NO_BUILD Use a dummy (do-nothing) build target. .It NO_CONFIGURE