From owner-svn-ports-head@freebsd.org Sat May 28 14:55:45 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE6ABB4DE2F; Sat, 28 May 2016 14:55:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90BFF150F; Sat, 28 May 2016 14:55:45 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4SEtigq051537; Sat, 28 May 2016 14:55:44 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4SEtidu051536; Sat, 28 May 2016 14:55:44 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201605281455.u4SEtidu051536@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 28 May 2016 14:55:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416002 - head/www/nspluginwrapper X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2016 14:55:45 -0000 Author: amdmi3 Date: Sat May 28 14:55:44 2016 New Revision: 416002 URL: https://svnweb.freebsd.org/changeset/ports/416002 Log: - Remove unused PLIST_SUBs - While here, fix license and add LICENSE_FILE Approved by: portmgr blanket Modified: head/www/nspluginwrapper/Makefile Modified: head/www/nspluginwrapper/Makefile ============================================================================== --- head/www/nspluginwrapper/Makefile Sat May 28 14:54:53 2016 (r416001) +++ head/www/nspluginwrapper/Makefile Sat May 28 14:55:44 2016 (r416002) @@ -13,7 +13,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ MAINTAINER= jkim@FreeBSD.org COMMENT= Compatibility plugin for Mozilla NPAPI plugins -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl @@ -50,10 +51,8 @@ SUB_LIST+= NSPLUGINWRAPPER="${LIBDIR}" .if ${ARCH} == "amd64" HOST_ARCH= x86_64 -PLIST_SUB+= HOST_AMD64="" .else HOST_ARCH= ${ARCH} -PLIST_SUB+= HOST_AMD64="@comment " .endif post-patch: