From d313c9059aec89dd40bf0cf50f574afcb0447e49 Mon Sep 17 00:00:00 2001 From: fgsch Date: Thu, 4 Mar 1999 06:55:00 +0000 Subject: [PATCH] Fix the broken message. --- sysutils/setquota/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/setquota/Makefile b/sysutils/setquota/Makefile index f40af70774b..14abb521390 100644 --- a/sysutils/setquota/Makefile +++ b/sysutils/setquota/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1999/02/25 04:32:32 marc Exp $ +# $OpenBSD: Makefile,v 1.4 1999/03/04 06:55:00 fgsch Exp $ # DISTNAME= setquota-0.1 @@ -6,7 +6,7 @@ CATEGORIES= sysutils # Maybe someone who cares will fix this. It could be a simple task. # -BROKEN= "port fails to build, and what does '#ifdef 0' mean" +BROKEN= "port fails to build, and what does '\#ifdef 0' mean" MAINTAINER= joey@openbsd.org