diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-31 05:12:22 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-01-31 05:12:22 +0000 |
commit | 4838f2f716c2148b08c903c3b8479ed0eabd0d95 (patch) | |
tree | 1bde726b2311ae4b36dfe3b18ca35c5c0a3c7478 /textproc/nicetext | |
parent | 9933fe77837ac7067889ce4ad586ab0e2ad5a180 (diff) | |
download | ports-4838f2f716c2148b08c903c3b8479ed0eabd0d95.tar.gz ports-4838f2f716c2148b08c903c3b8479ed0eabd0d95.zip |
Notes
Diffstat (limited to 'textproc/nicetext')
-rw-r--r-- | textproc/nicetext/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ |