diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-10-08 16:12:18 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-10-08 16:12:18 +0000 |
commit | b7b149c8382054e37eb5aa75aed0d0f666c7c478 (patch) | |
tree | 4d57a8f053cc2dcc85db618185fb3ec7886ac1c7 /www/drood/Makefile | |
parent | a7bc279e50256efaf7e1beba656036158a9cba8d (diff) |
Notes
Diffstat (limited to 'www/drood/Makefile')
-rw-r--r-- | www/drood/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/drood/Makefile b/www/drood/Makefile index 7dfd01ae4aa6..07cf7bcf41b2 100644 --- a/www/drood/Makefile +++ b/www/drood/Makefile @@ -2,19 +2,17 @@ # $FreeBSD$ PORTNAME= drood -PORTVERSION= 3.6 +PORTVERSION= 3.8 CATEGORIES= www MASTER_SITES= http://www.mammothcheese.ca/ MAINTAINER= jimmy@mammothcheese.ca COMMENT= Lightweight kqueue-based http/1.1 server -MAN8= drood.8 plunger.8 +MAN8= drood.8 MANCOMPRESSED= yes NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |