svn commit: r382703 - head/textproc/groff

Bartek Rutkowski robak at FreeBSD.org
Mon Mar 30 18:12:22 UTC 2015


Author: robak
Date: Mon Mar 30 18:12:21 2015
New Revision: 382703
URL: https://svnweb.freebsd.org/changeset/ports/382703
QAT: https://qat.redports.org/buildarchive/r382703/

Log:
  textproc/groff: add CPE information
  
  - Maintainer's timeout (uqs at FreeBSD.org)
  
  PR:		198593
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net>

Modified:
  head/textproc/groff/Makefile

Modified: head/textproc/groff/Makefile
==============================================================================
--- head/textproc/groff/Makefile	Mon Mar 30 18:11:15 2015	(r382702)
+++ head/textproc/groff/Makefile	Mon Mar 30 18:12:21 2015	(r382703)
@@ -17,11 +17,12 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/psselect
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_GHOSTSCRIPT=yes
-USES=		gmake perl5 shebangfix
+USES=		cpe gmake perl5 shebangfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-awk=/usr/bin/awk
 CONFIGURE_ENV+=	PERLPATH=${perl_CMD} # shebangfix
 
+CPE_VENDOR=	gnu
 SHEBANG_FILES=	src/utils/afmtodit/afmtodit.pl \
 		contrib/mm/mmroff.pl \
 


More information about the svn-ports-head mailing list