diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-27 03:11:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-27 03:11:20 +0000 |
commit | 681855d28113e62daf4608702ac61c819bf0c778 (patch) | |
tree | c9e3be4b26165a94b0f01ea33851ff87af0162e0 | |
parent | 89486704d8c59c64b94303021353ebf7efbe8fc0 (diff) | |
download | ports-681855d28113e62daf4608702ac61c819bf0c778.tar.gz ports-681855d28113e62daf4608702ac61c819bf0c778.zip |
Notes
-rw-r--r-- | LEGAL | 1 | ||||
-rw-r--r-- | games/bnetd/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,7 @@ atari800-* ports/emulators/atari800 xf25 contains copyright ROMs bb-* ports/net/bb FreeBSD has permission from author to put bb onto CDROM. blender ports/graphics/blender Can't distribute commercially. +bnetd ports/games/bnetd has been disabled for legal issue bro-* ports/security/bro No distribution due to alpha status bugseeker2ww* ports/java/bugseeker License doesn't allow diff --git a/games/bnetd/Makefile b/games/bnetd/Makefile index 3e5afd5211ee..f1fca0a8ae30 100644 --- a/games/bnetd/Makefile +++ b/games/bnetd/Makefile @@ -17,6 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} MAINTAINER= ports@FreeBSD.org +IGNORE= "has been disabled for legal issue" GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/bnetd \ --localstatedir=${PREFIX}/share/bnetd # --with-bits |