From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 02:48:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2BC10106564A; Sat, 6 Oct 2012 02:48:43 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CAF958FC08; Sat, 6 Oct 2012 02:48:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q962mhCs084244; Sat, 6 Oct 2012 02:48:43 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q962mh5U084242; Sat, 6 Oct 2012 02:48:43 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201210060248.q962mh5U084242@svn.freebsd.org> From: Jason Helfman Date: Sat, 6 Oct 2012 02:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r305329 - head/www/sventon X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 02:48:44 -0000 Author: jgh Date: Sat Oct 6 02:48:43 2012 New Revision: 305329 URL: http://svn.freebsd.org/changeset/ports/305329 Log: - adopt optionsNG Modified: head/www/sventon/Makefile Modified: head/www/sventon/Makefile ============================================================================== --- head/www/sventon/Makefile Sat Oct 6 01:25:46 2012 (r305328) +++ head/www/sventon/Makefile Sat Oct 6 02:48:43 2012 (r305329) @@ -1,7 +1,3 @@ -# New ports collection makefile for: sventon -# Date created: 22 May 2012 -# Whom: Jason Helfman -# # $FreeBSD$ PORTNAME= sventon @@ -19,11 +15,13 @@ USE_ZIP= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -OPTIONS= TOMCAT6 "Enable Tomcat 6.x support" on +OPTIONS_SINGLE= AS +OPTIONS_SINGLE_AS= TOMCAT6 +OPTIONS_DEFAULT= TOMCAT6 .include -.if defined(WITH_TOMCAT6) +.if ${PORT_OPTIONS:MTOMCAT6} APPHOME= ${LOCALBASE}/apache-tomcat-6.0 BUILD_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 RUN_DEPENDS+= ${APPHOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6