diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-27 21:08:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-27 21:08:13 +0000 |
commit | 86a4b4d0817fb9881faf9edd56a8cc7a0b798790 (patch) | |
tree | 59452367c0d84e67f001edd4d093d1c9a61d050f /www/webfs | |
parent | 39c93119282025b2e08875e3cb9edaf4ad850870 (diff) | |
download | ports-86a4b4d0817fb9881faf9edd56a8cc7a0b798790.tar.gz ports-86a4b4d0817fb9881faf9edd56a8cc7a0b798790.zip |
Notes
Diffstat (limited to 'www/webfs')
-rw-r--r-- | www/webfs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/webfs/Makefile b/www/webfs/Makefile index 11f17724357c..f82f35eb95a7 100644 --- a/www/webfs/Makefile +++ b/www/webfs/Makefile @@ -8,7 +8,9 @@ MASTER_SITES= http://dl.bytesex.org/releases/webfs/ \ http://www.bsd-geek.de/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= A simple http server for static content +COMMENT= Simple http server for static content + +BROKEN= Fails post-patch RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support |