diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-05-30 11:09:57 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-05-30 11:09:57 +0000 |
commit | 61515b5105f96eef4bf7548b5c8e3be6bdb6a553 (patch) | |
tree | 93c64fdbfc5eed835fedd4318dd76a6888bd97ba /www/mathopd | |
parent | 1e6b35a3eb38011b5f540e56ea5d7d4b61770664 (diff) | |
download | ports-61515b5105f96eef4bf7548b5c8e3be6bdb6a553.tar.gz ports-61515b5105f96eef4bf7548b5c8e3be6bdb6a553.zip |
Notes
Diffstat (limited to 'www/mathopd')
-rw-r--r-- | www/mathopd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mathopd/Makefile b/www/mathopd/Makefile index ecbb3eb9db5e..56979cf207a9 100644 --- a/www/mathopd/Makefile +++ b/www/mathopd/Makefile @@ -7,13 +7,14 @@ PORTNAME= mathopd PORTVERSION= 1.5p4 -PORTREVISION= 1 +PORTREVISION= 2 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 +MAKE_ARGS= CFLAGS="${CFLAGS}" DOCS= CHANGES cgi.txt config.txt running.txt sample.cfg syntax.txt |