diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-21 06:49:24 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-21 06:49:24 +0000 |
commit | 23e500e23546c5d77d240cf539de828d0c6685a9 (patch) | |
tree | 8e8dfe15213845d86286411a50f4e851eac158c3 /cad/pcb/MESSAGE | |
parent | c07721ed4e1b05951ab6953290168633a7f5d20a (diff) | |
download | pkgsrc-23e500e23546c5d77d240cf539de828d0c6685a9.tar.gz |
* buildlink1 -> buildlink2
* properly use PKG_SYSCONFDIR
* use bsd.pkg.install.mk instead of local DEINSTALL script
Diffstat (limited to 'cad/pcb/MESSAGE')
-rw-r--r-- | cad/pcb/MESSAGE | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/cad/pcb/MESSAGE b/cad/pcb/MESSAGE index f0aafc73946..228f6f94f8d 100644 --- a/cad/pcb/MESSAGE +++ b/cad/pcb/MESSAGE @@ -1,12 +1,18 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2002/09/12 17:09:58 wiz Exp $ +$NetBSD: MESSAGE,v 1.3 2002/09/21 06:49:24 jlam Exp $ -${PCB_CONFDIR}, $HOME/.pcb and the current working directory are -all included in the search path for m4 files. In addition, the -files "site-config.inc" (which would normally live in ${PCB_CONFDIR}), -"user-config.inc" (which would normally live $HOME/.pcb) and -"proj-config.inc" (in the working directory) are included if they -exist. This provides a mechanism for per-site, per-user, -and per-project libraries. +The following directories are all included in the search path for m4 files: + ${PKG_SYSCONFDIR} + ${HOME}/.pcb + the current working directory + +In addition, the files are included if they exist: + + site-config.inc (normally in ${PKG_SYSCONFDIR}) + user-config.inc (normally in $HOME/.pcb) + proj-config.inc (normally in the working directory) + +This provides a mechanism for per-site, per-user, and per-project +libraries. =========================================================================== |