diff options
author | sbz <sbz@FreeBSD.org> | 2012-07-05 05:51:42 +0800 |
---|---|---|
committer | sbz <sbz@FreeBSD.org> | 2012-07-05 05:51:42 +0800 |
commit | 152437e6390c1171f24cf9e7e2017f6b0a02e40d (patch) | |
tree | ecab0e9dc9cf95968f8829fe7e5cd4f8fb9f2ab8 | |
parent | 300c0efd766f10da1625460fbf9f379301414afe (diff) | |
download | freebsd-ports-gnome-152437e6390c1171f24cf9e7e2017f6b0a02e40d.tar.gz freebsd-ports-gnome-152437e6390c1171f24cf9e7e2017f6b0a02e40d.tar.zst freebsd-ports-gnome-152437e6390c1171f24cf9e7e2017f6b0a02e40d.zip |
- Fix CONFLICTS with security/doorman
Reported by: FreeBSD Ports conflicts checker
-rw-r--r-- | security/knock/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/knock/Makefile b/security/knock/Makefile index c07025d6e0fa..42574d10472e 100644 --- a/security/knock/Makefile +++ b/security/knock/Makefile @@ -15,8 +15,10 @@ MASTER_SITES= http://www.zeroflux.org/proj/knock/files/ \ MAINTAINER= sbz@FreeBSD.org COMMENT= A flexible port-knocking server and client -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS= doorman-[0-9]* GNU_CONFIGURE= yes |