svn commit: r388501 - head/archivers/unzip

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 4 09:05:18 UTC 2015


Author: amdmi3
Date: Thu Jun  4 09:05:17 2015
New Revision: 388501
URL: https://svnweb.freebsd.org/changeset/ports/388501

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/archivers/unzip/Makefile

Modified: head/archivers/unzip/Makefile
==============================================================================
--- head/archivers/unzip/Makefile	Thu Jun  4 09:04:29 2015	(r388500)
+++ head/archivers/unzip/Makefile	Thu Jun  4 09:05:17 2015	(r388501)
@@ -18,6 +18,8 @@ LICENSE_NAME=	Info-ZIP license
 LICENSE_FILE=	${WRKSRC}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
+USES=		cpe
+CPE_VENDOR=	info-zip
 ALL_TARGET=	bsd
 MAKEFILE=	unix/Makefile
 MAKE_ARGS=	LF2="${STRIP}"


More information about the svn-ports-all mailing list