diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 21:12:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 21:12:03 +0800 |
commit | 7c34f4d31657f4aec01e3bac9e386cc534c15176 (patch) | |
tree | 73a0d0ca3378e8eb128ec17e7920b07ad20fda92 /www | |
parent | 20d023f4f27962e74787423763303f2c8e5c5b1a (diff) | |
download | freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.tar.gz freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.tar.zst freebsd-ports-gnome-7c34f4d31657f4aec01e3bac9e386cc534c15176.zip |
Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers
Diffstat (limited to 'www')
-rw-r--r-- | www/thttpd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 24dd5b74884c..330bdaa45b9b 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: thttpd -# Date created: 24 May 1999 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# PORTNAME= thttpd PORTVERSION= 2.25b @@ -21,6 +17,7 @@ COMMENT= Tiny/turbo/throttling HTTP server IGNOREFILES= notes.html GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= thttpd SUB_FILES= pkg-message thttpd.conf.sample |