diff options
author | jgh <jgh@FreeBSD.org> | 2012-07-01 20:42:36 +0000 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-07-01 20:42:36 +0000 |
commit | 888c685a3d6cbcebb755bf26f0ca9fcc86225d3e (patch) | |
tree | 4575298d0e162c225278323f106386d0ac9f2a3d | |
parent | 7c882eb64b6e3e799e91fcf923221c947439f87c (diff) | |
download | FreeBSD-ports-888c685a3d6cbcebb755bf26f0ca9fcc86225d3e.zip FreeBSD-ports-888c685a3d6cbcebb755bf26f0ca9fcc86225d3e.tar.gz |
- add conflicts against freedt and serialmail
Reported by: madis555@hot.ee
-rw-r--r-- | sysutils/daemontools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 963177b..78b7f18 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -16,6 +16,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jgh@FreeBSD.org COMMENT= Service monitoring and logging utilities by djb +CONFLICTS= freedt-[0-9]* serialmail-[0-9]* + LICENSE= PD LICENSE_NAME= public domain LICENSE_TEXT= The daemontools-0.76.tar.gz archive is in the public domain as of 2007.12.28. |