diff options
author | marino <marino@FreeBSD.org> | 2014-08-04 05:08:11 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-04 05:08:11 +0800 |
commit | a6e79d64930ab1d17ee6c82775259c8f84935655 (patch) | |
tree | 4c943b58fda42d7aa46a124e97d8a34de3d218cd /sysutils/Makefile | |
parent | b147186631121c3b6df6cb6fb2a23d9b171319bc (diff) | |
download | freebsd-ports-gnome-a6e79d64930ab1d17ee6c82775259c8f84935655.tar.gz freebsd-ports-gnome-a6e79d64930ab1d17ee6c82775259c8f84935655.tar.zst freebsd-ports-gnome-a6e79d64930ab1d17ee6c82775259c8f84935655.zip |
Add new port: sysutils/daemontools-encore
PR: 181765
Submitted by: uffe
=================================================================
daemontools-encore is a collection of tools for managing UNIX services.
It is derived from the public-domain release of daemontools by D. J.
Bernstein. daemontools-encore adds numerous enhancements above what
daemontools could do while maintaining backwards compatibility with
daemontools. See the CHANGES file for more details on what features
have been added.
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4a6f32783274..22a54a563a11 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -158,6 +158,7 @@ SUBDIR += dae SUBDIR += daedalus SUBDIR += daemontools + SUBDIR += daemontools-encore SUBDIR += dar SUBDIR += dateutils SUBDIR += dc3dd |