diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-05-27 14:35:53 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-05-27 14:35:53 +0000 |
commit | c1bd763e1adc41c92a270b2d0b9d0be2e5346c06 (patch) | |
tree | 83f52f82d39d652caa808c996d6784819e42052b /www/mathopd/Makefile | |
parent | c4de318744ba1b4c696ba987bc9a183ce2c9336c (diff) | |
download | ports-c1bd763e1adc41c92a270b2d0b9d0be2e5346c06.tar.gz ports-c1bd763e1adc41c92a270b2d0b9d0be2e5346c06.zip |
Notes
Diffstat (limited to 'www/mathopd/Makefile')
-rw-r--r-- | www/mathopd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mathopd/Makefile b/www/mathopd/Makefile index 6895bde45929..ecbb3eb9db5e 100644 --- a/www/mathopd/Makefile +++ b/www/mathopd/Makefile @@ -7,11 +7,13 @@ PORTNAME= mathopd PORTVERSION= 1.5p4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.mathopd.org/dist/ MAINTAINER= tobez@FreeBSD.org COMMENT= A very small, yet very fast HTTP server +CFLAGS+= -DFREEBSD_SENDFILE DOCS= CHANGES cgi.txt config.txt running.txt sample.cfg syntax.txt |