svn commit: r382577 - head/devel/gmake

Bartek Rutkowski robak at FreeBSD.org
Sun Mar 29 10:05:07 UTC 2015


Author: robak
Date: Sun Mar 29 10:05:06 2015
New Revision: 382577
URL: https://svnweb.freebsd.org/changeset/ports/382577
QAT: https://qat.redports.org/buildarchive/r382577/

Log:
  devel/gmake: add CPE information
  
  - Maintainer's timeout (autotools at FreeBSD.org)
  
  PR:		198475
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/devel/gmake/Makefile

Modified: head/devel/gmake/Makefile
==============================================================================
--- head/devel/gmake/Makefile	Sun Mar 29 10:03:55 2015	(r382576)
+++ head/devel/gmake/Makefile	Sun Mar 29 10:05:06 2015	(r382577)
@@ -21,7 +21,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--program-prefix=g \
 		--without-guile
 
-USES=		makeinfo tar:bzip2
+USES=		cpe makeinfo tar:bzip2
+CPE_VENDOR=	gnu
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes


More information about the svn-ports-head mailing list