diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-25 21:49:36 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-07-25 21:49:36 +0000 |
commit | a4f73518af0f00e5d68c3bf9238f6230d69af5e1 (patch) | |
tree | 6c6ec623b88825d2fe28f4832f1c8f90ff63f268 /mail/qmail | |
parent | User `httpd' on the package-building machine already owns msql's uid 80. (diff) |
Remove BROKEN. The gid/uid conflict only existed because other ports
were improperly registered.
Notes
Notes:
svn path=/head/; revision=12127
Diffstat (limited to 'mail/qmail')
-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. |