diff options
author | kris <kris@FreeBSD.org> | 2001-09-09 11:46:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-09-09 11:46:13 +0800 |
commit | 2feaf8dd54995571f153f94c79fee84ce1799f36 (patch) | |
tree | cd6131ce52d36c0b41f39a3bb339c7cf7a3dea8c /net/Makefile | |
parent | 05322be94cc6507adf2a893e620b6ee06642ab1d (diff) | |
download | freebsd-ports-gnome-2feaf8dd54995571f153f94c79fee84ce1799f36.tar.gz freebsd-ports-gnome-2feaf8dd54995571f153f94c79fee84ce1799f36.tar.zst freebsd-ports-gnome-2feaf8dd54995571f153f94c79fee84ce1799f36.zip |
Add freebsd-uucp 1.06.1, a portified version of the gnu/libexec/uucp
tree currently in src/, in preparation for removing this infrequently-used
set of tools out of the base system.
The port distfile contains a copy of the /home/ncvs/src/gnu/libexec/uucp
FreeBSD CVS repository (with a few extra commits to make the build more
port-friendly), and checks out a copy during the configure phase.
Changes to this port should be made by checking them into this internal
repository and rerolling the distfile.
This port currently uses the same spool directories in /var/spool, and
contains a 'make upgrade' target to copy config files from /etc/uucp
to ${PREFIX}/etc/uucp.
Please test this port for missing/broken functionality. In particular,
there might be more we need to do in the 'make upgrade' target.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ea522ebf8958..d4a71955a1bf 100644 --- a/net/Makefile +++ b/net/Makefile @@ -96,6 +96,7 @@ SUBDIR += flow-tools SUBDIR += flowscan SUBDIR += fping + SUBDIR += freebsd-uucp SUBDIR += freeradius-devel SUBDIR += freewais-sf SUBDIR += fspclient |