From 6e20bfde1e5dc085f3ca93716d130460ecfc796a Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 9 Dec 1996 08:47:03 +0000 Subject: Added explation of REQ package script. --- share/doc/handbook/porting.sgml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index 0d52f38..a245f58 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -1,4 +1,4 @@ - + Porting an existing piece of free software @@ -988,13 +988,23 @@ MAN8= baz.8 `$2' can be tested to determine which mode the script is being run in. The `PKG_PREFIX' environmental variable will be set to - the package installation directory. + the package installation directory. See man pkg_add(1) + for additional information. Note, that this script is not run automatically if you install the port with `make install'. If you are depending on it being run, you will have to explicitly call it on your port's Makefile. + REQ package script +

If your needs to determine if it should install or not, you + can create a pkg/REQ ``requirements'' script. It will be invoked + automatically at installation/deinstallation time to determine + whether or not installation/deinstallation should proceed. + See man pkg_create(1) and man pkg_add(1) for + more information. + + Install additional documentation

If your software has some documentation other than the -- cgit v1.1