diff options
Diffstat (limited to 'www/middleman/Makefile')
-rw-r--r-- | www/middleman/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/middleman/Makefile b/www/middleman/Makefile index 553c7185e36e..2a190a59ca39 100644 --- a/www/middleman/Makefile +++ b/www/middleman/Makefile @@ -10,12 +10,11 @@ MASTER_SITES= SF/middle-man/Source/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Robust proxy server -OPTIONS_DEFINE= SYSLOG DEBUG MTIME -OPTIONS_DEFAULT= +OPTIONS_DEFINE= SYSLOG DEBUG MTIME DOCS SYSLOG_DESC= Enable syslog support -DEBUG_DESC= Enable debugging support -MTIME_DESC= Enable mtime support +DEBUG_DESC= Enable debugging support +MTIME_DESC= Enable mtime support WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes @@ -24,8 +23,6 @@ USES= gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread -MAN8= mman.8 - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSYSLOG} |