diff options
author | hoek <hoek@FreeBSD.org> | 1998-07-26 05:49:36 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-07-26 05:49:36 +0800 |
commit | de7772f01367bd1c78e9b68a3a2d69deef58473b (patch) | |
tree | 28e24cd3fb40bc6beb267ac8666dc09afe8f0167 /mail | |
parent | f74941762f1c3f5db35e44bd8bea61bda4b573a5 (diff) | |
download | freebsd-ports-gnome-de7772f01367bd1c78e9b68a3a2d69deef58473b.tar.gz freebsd-ports-gnome-de7772f01367bd1c78e9b68a3a2d69deef58473b.tar.zst freebsd-ports-gnome-de7772f01367bd1c78e9b68a3a2d69deef58473b.zip |
Remove BROKEN. The gid/uid conflict only existed because other ports
were improperly registered.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 5bcf39e68cf2..af227bb45997 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -3,7 +3,7 @@ # Date created: 25 May 1998 # Whom: Mario S F Ferreira <lioux@gns.com.br> et al. # -# $Id: Makefile,v 1.3 1998/07/24 03:32:51 hoek Exp $ +# $Id: Makefile,v 1.4 1998/07/25 12:15:37 asami Exp $ # DISTNAME= qmail-1.03 @@ -23,8 +23,6 @@ MASTER_SITES= ftp://koobera.math.uic.edu/pub/software/ \ MAINTAINER= lioux@gns.com.br -BROKEN= gid conflict - # A normal qmail installation puts everything into /var/qmail/. # If you want to install to /usr/local/, then "/usr/local/qmail" is # suggested instead of "/usr/local", but both will work. |