Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2016 14:55:44 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416002 - head/www/nspluginwrapper
Message-ID:  <201605281455.u4SEtidu051536@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605281455.u4SEtidu051536>