svn commit: r385730 - head/devel/libtar

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 8 06:29:28 UTC 2015


Author: amdmi3
Date: Fri May  8 06:29:26 2015
New Revision: 385730
URL: https://svnweb.freebsd.org/changeset/ports/385730

Log:
  - Add CPE info
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libtar/Makefile

Modified: head/devel/libtar/Makefile
==============================================================================
--- head/devel/libtar/Makefile	Fri May  8 05:23:12 2015	(r385729)
+++ head/devel/libtar/Makefile	Fri May  8 06:29:26 2015	(r385730)
@@ -10,9 +10,10 @@ MASTER_SITES=	ftp://ftp.feep.net/pub/sof
 MAINTAINER=	manuelj.munoz at gmail.com
 COMMENT=	library for manipulating POSIX and GNU tar files
 
-USES=	gmake
+USES=		cpe gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+CPE_VENDOR=	feep
 
 CPPFLAGS+=	-fPIC
 


More information about the svn-ports-all mailing list