From d2ba06e4e43327379f3fe9ba668e6be717feb195 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Mon, 31 Jan 2000 05:12:22 +0000 Subject: Fix for -current --- textproc/nicetext/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'textproc/nicetext') diff --git a/textproc/nicetext/Makefile b/textproc/nicetext/Makefile index 1597e1754585..5d97d1bd5115 100644 --- a/textproc/nicetext/Makefile +++ b/textproc/nicetext/Makefile @@ -7,12 +7,13 @@ DISTNAME= nicetext-0.9 CATEGORIES= textproc -MASTER_SITES= ftp://ctgi.net/pub/ctgi/nicetext/src/ \ - ftp://nicetext.com/pub/nicetext/src/ +#MASTER_SITES= ftp://ctgi.net/pub/ctgi/nicetext/src/ \ +# ftp://nicetext.com/pub/nicetext/src/ MAINTAINER= markc@ctgi.net USE_GMAKE= YES +MAKE_FLAGS= CXXFLAGS="${CXXFLAGS} -pedantic" CFLAGS="${CFLAGS} -pedantic" MAN1= bitcp.1 dct2mstr.1 expgram.1 genmodel.1 gramtest.1 impkimmo.1 \ impmsc.1 impwbstr.1 listword.1 nicetext.1 nttpd.1 printint.1 \ -- cgit