svn commit: r383604 - head/editors/texmacs

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 8 19:43:42 UTC 2015


Author: amdmi3
Date: Wed Apr  8 19:43:40 2015
New Revision: 383604
URL: https://svnweb.freebsd.org/changeset/ports/383604

Log:
  - Add LICENSE_FILE
  - Add CPE info

Modified:
  head/editors/texmacs/Makefile

Modified: head/editors/texmacs/Makefile
==============================================================================
--- head/editors/texmacs/Makefile	Wed Apr  8 19:43:40 2015	(r383603)
+++ head/editors/texmacs/Makefile	Wed Apr  8 19:43:40 2015	(r383604)
@@ -13,10 +13,11 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	WYSIWYG scientific text editor
 
 LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libguile.so:${PORTSDIR}/lang/guile
 
-USES=		gmake shared-mime-info desktop-file-utils python shebangfix
+USES=		cpe gmake shared-mime-info desktop-file-utils python shebangfix
 USE_TEX=	tex
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-head mailing list