diff options
author | jlam <jlam@pkgsrc.org> | 2007-06-18 14:45:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-06-18 14:45:28 +0000 |
commit | 052dbc0b86b4940ffd3102a1199239b1be4b98a3 (patch) | |
tree | b6031db2368074affcb4ba070999768c30aa08ef /net/uucp/MESSAGE | |
parent | ded0e22c1375cf53751654a0276df23160d9673b (diff) | |
download | pkgsrc-052dbc0b86b4940ffd3102a1199239b1be4b98a3.tar.gz |
* Use subst framework instead of custom code for replacing rmail and
uucpd Makefiles.
* Modify rmail and uucpd makefiles to be standalone instead of requiring
BSD make.
* Fix build on MacOS X where libcrypt and libutil don't exist.
* Fix build on MacOS X and older NetBSDs that don't support utmpx.
* Install the example UUCP /etc snippets into the examples directory
for the benefit of binary package users.
* Sort the PLIST.
Bump PKGREVISION to 4.
Diffstat (limited to 'net/uucp/MESSAGE')
-rw-r--r-- | net/uucp/MESSAGE | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/uucp/MESSAGE b/net/uucp/MESSAGE index 50dfbc8455b..5e803a05409 100644 --- a/net/uucp/MESSAGE +++ b/net/uucp/MESSAGE @@ -1,7 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2007/03/15 20:03:01 christos Exp $ +$NetBSD: MESSAGE,v 1.2 2007/06/18 14:45:28 jlam Exp $ -There are snippets of code in files/etc you might want to add to your -etc files. Sorry some of this could be automated. +There are snippets to make the system UUCP-aware that could be added to +scripts and configuration files in /etc. These snippets are located in +the ${PKGBASE} examples directory: + + ${PREFIX}/share/examples/uucp =========================================================================== |