svn commit: r385886 - head/finance/trytond

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 9 12:26:39 UTC 2015


Author: amdmi3
Date: Sat May  9 12:26:38 2015
New Revision: 385886
URL: https://svnweb.freebsd.org/changeset/ports/385886

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/finance/trytond/Makefile

Modified: head/finance/trytond/Makefile
==============================================================================
--- head/finance/trytond/Makefile	Sat May  9 12:26:34 2015	(r385885)
+++ head/finance/trytond/Makefile	Sat May  9 12:26:38 2015	(r385886)
@@ -41,7 +41,8 @@ SUB_LIST=	PYTHON_SITELIBDIR=${PYTHON_SIT
 PIDDIR?=	/var/run
 LOGDIR?=	/var/log
 
-USES=		python
+USES=		cpe python
+CPE_VENDOR=	tryton
 USE_PYTHON=	distutils autoplist
 
 post-patch:


More information about the svn-ports-all mailing list