svn commit: r382692 - head/archivers/sharutils

Renato Botelho garga at FreeBSD.org
Mon Mar 30 16:59:54 UTC 2015


Author: garga
Date: Mon Mar 30 16:59:52 2015
New Revision: 382692
URL: https://svnweb.freebsd.org/changeset/ports/382692
QAT: https://qat.redports.org/buildarchive/r382692/

Log:
  Add CPE information to Makefile
  
  PR:		198846
  Submitted by:	shun.fbsd.pr at dropcut.net

Modified:
  head/archivers/sharutils/Makefile

Modified: head/archivers/sharutils/Makefile
==============================================================================
--- head/archivers/sharutils/Makefile	Mon Mar 30 16:48:16 2015	(r382691)
+++ head/archivers/sharutils/Makefile	Mon Mar 30 16:59:52 2015	(r382692)
@@ -17,8 +17,9 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-prefix=g --disable-uucode
 INSTALL_TARGET=	install install-man
 INFO=		sharutils
-USES=		charsetfix perl5 tar:xz
+USES=		charsetfix cpe perl5 tar:xz
 OPTIONS_SUB=	yes
+CPE_VENDOR=	gnu
 
 NLS_USES=	gettext
 NLS_CONFIGURE_ON=	--with-libintl-prefix="${LOCALBASE}"


More information about the svn-ports-head mailing list