svn commit: r384472 - head/www/thttpd

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 22 00:27:59 UTC 2015


Author: amdmi3
Date: Wed Apr 22 00:27:58 2015
New Revision: 384472
URL: https://svnweb.freebsd.org/changeset/ports/384472

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/www/thttpd/Makefile

Modified: head/www/thttpd/Makefile
==============================================================================
--- head/www/thttpd/Makefile	Wed Apr 22 00:25:27 2015	(r384471)
+++ head/www/thttpd/Makefile	Wed Apr 22 00:27:58 2015	(r384472)
@@ -11,12 +11,13 @@ COMMENT=	Tiny/turbo/throttling HTTP serv
 
 LICENSE=	BSD2CLAUSE
 
-USES=		gmake	# parallel builds (-jX) are broken with BSD make(1)
+USES=		cpe gmake	# parallel builds (-jX) are broken with BSD make(1)
 GNU_CONFIGURE=	yes
 MAKE_ARGS=	WEBDIR=${WWWDIR}
 USE_RC_SUBR=	${PORTNAME}
 SUB_FILES=	pkg-message thttpd.conf.sample
 SUB_LIST=	WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
+CPE_VENDOR=	acme
 
 OPTIONS_DEFINE=	SENDFILE IPREAL INDEXES
 OPTIONS_DEFAULT=	SENDFILE IPREAL


More information about the svn-ports-head mailing list