diff options
author | tobez <tobez@FreeBSD.org> | 2005-05-30 19:09:57 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2005-05-30 19:09:57 +0800 |
commit | 8f72e452b09deb6260bbfa08ffa80f58221fab9d (patch) | |
tree | 5f7273dc4001553152af9e23a191c0905f8703d5 /www | |
parent | 47f9e0519cd2136ffe8a502b8d97ee64971ed9b2 (diff) | |
download | freebsd-ports-gnome-8f72e452b09deb6260bbfa08ffa80f58221fab9d.tar.gz freebsd-ports-gnome-8f72e452b09deb6260bbfa08ffa80f58221fab9d.tar.zst freebsd-ports-gnome-8f72e452b09deb6260bbfa08ffa80f58221fab9d.zip |
Really build with sendfile(2) support (fix "CFLAGS from make.conf
overwrites CFLAGS in the environment" issue). Bump portrevision.
Noticed by: Piotr Rybicki <p.rybicki@point-group.pl>
Diffstat (limited to 'www')
-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 |