svn commit: r384395 - head/sysutils/tmpwatch

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 21 00:53:08 UTC 2015


Author: amdmi3
Date: Tue Apr 21 00:53:07 2015
New Revision: 384395
URL: https://svnweb.freebsd.org/changeset/ports/384395

Log:
  - Add LICENSE_FILE
  - Add CPE info

Modified:
  head/sysutils/tmpwatch/Makefile

Modified: head/sysutils/tmpwatch/Makefile
==============================================================================
--- head/sysutils/tmpwatch/Makefile	Tue Apr 21 00:26:53 2015	(r384394)
+++ head/sysutils/tmpwatch/Makefile	Tue Apr 21 00:53:07 2015	(r384395)
@@ -9,8 +9,10 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Utility for removing files based on when they were last accessed
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=	tar:bzip2
+USES=		cpe tar:bzip2
+CPE_VENDOR=	redhat
 
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-head mailing list