diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-08 09:15:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-08 09:15:22 +0000 |
commit | ec9d1ab3083a51088ec01a66c9b0b43939cb4545 (patch) | |
tree | 63f5436ac2a4ae04312e2b597364554375593225 /www | |
parent | 9bcde53e6e9df3706c50b199a6808e3847188f03 (diff) | |
download | ports-ec9d1ab3083a51088ec01a66c9b0b43939cb4545.tar.gz ports-ec9d1ab3083a51088ec01a66c9b0b43939cb4545.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mongrel2/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/www/mongrel2/Makefile b/www/mongrel2/Makefile index 649ecf4deb44..0e8ec1995aaf 100644 --- a/www/mongrel2/Makefile +++ b/www/mongrel2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mongrel2 -# Date created: 2011-09-28 -# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> -# +# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com> # $FreeBSD$ -# PORTNAME= mongrel2 PORTVERSION= 1.7.5 @@ -30,11 +26,11 @@ EXAMPLES_LIST= bbs \ tornado \ zcov -OPTIONS= EXAMPLES "Install examplse" on +OPTIONS_DEFINE= EXAMPLES -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if defined(WITH_EXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} PLIST_SUB+= EXAMPLES="" .else PLIST_SUB+= EXAMPLES="@comment " @@ -51,4 +47,4 @@ post-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |