From owner-svn-ports-all@FreeBSD.ORG Sat Oct 6 15:17:29 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 044A41065670; Sat, 6 Oct 2012 15:17:29 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E1B618FC0C; Sat, 6 Oct 2012 15:17:28 +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 q96FHSr7087288; Sat, 6 Oct 2012 15:17:28 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q96FHS4F087286; Sat, 6 Oct 2012 15:17:28 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210061517.q96FHS4F087286@svn.freebsd.org> From: Eitan Adler Date: Sat, 6 Oct 2012 15:17:28 +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: r305374 - head/www/linux-f10-flashplugin11 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 15:17:29 -0000 Author: eadler Date: Sat Oct 6 15:17:28 2012 New Revision: 305374 URL: http://svn.freebsd.org/changeset/ports/305374 Log: Covert to OptionsNG Trim header file Modified: head/www/linux-f10-flashplugin11/Makefile Modified: head/www/linux-f10-flashplugin11/Makefile ============================================================================== --- head/www/linux-f10-flashplugin11/Makefile Sat Oct 6 15:01:11 2012 (r305373) +++ head/www/linux-f10-flashplugin11/Makefile Sat Oct 6 15:17:28 2012 (r305374) @@ -1,10 +1,5 @@ -# New ports collection makefile for: www/linux-f10-flashplugin11 -# Date created: 2011-10-31 -# Whom: Naoki Tsurutani -# Based on: www/linux-f10-flashplugin10 -# +# Created by: Naoki Tsurutani # $FreeBSD$ -# PORTNAME= flashplugin PORTVERSION= 11.2r202.238 @@ -37,11 +32,12 @@ NPAPI_FILES= libflashplayer.so CONFLICTS= linux-flashplugin-9* linux-f8-flashplugin10* linux-f10-flashplugin10* -OPTIONS= GNOME "include gnome support for .desktop file" Off +OPTIONS_DEFINE= GNOME +GNOME_DESC= include gnome support for .desktop file .include -.ifndef(WITHOUT_GNOME) +.if ${PORT_OPTIONS:MGNOME} INSTALLS_ICONS= yes USE_GNOME= desktopfileutils PLIST_SUB+= GNOME=""