diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-01-12 15:20:54 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-01-12 15:20:54 +0800 |
commit | a379821be6eaade4ccea24378f5020b10dfc3f0a (patch) | |
tree | 3518648f699411d48fae30671f31dc92f4305d53 /security | |
parent | b4c085bb56c88c9adaa47f592f4585316858474f (diff) | |
download | freebsd-ports-gnome-a379821be6eaade4ccea24378f5020b10dfc3f0a.tar.gz freebsd-ports-gnome-a379821be6eaade4ccea24378f5020b10dfc3f0a.tar.zst freebsd-ports-gnome-a379821be6eaade4ccea24378f5020b10dfc3f0a.zip |
Mark FORBIDDEN when /usr/include/tcpd.h exists.
This commit was done without consultation with the maintainer.
Diffstat (limited to 'security')
-rw-r--r-- | security/tcp_wrapper/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/tcp_wrapper/Makefile b/security/tcp_wrapper/Makefile index 9f5509719261..53a976a4a347 100644 --- a/security/tcp_wrapper/Makefile +++ b/security/tcp_wrapper/Makefile @@ -13,6 +13,10 @@ MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ MAINTAINER= torstenb@FreeBSD.org +.if exists(/usr/include/tcpd.h) +FORBIDDEN= tcp_wrappers is in the base system +.endif + ALL_TARGET= freebsd MAN3= hosts_access.3 MAN5= hosts_access.5 hosts_options.5 |