svn commit: r404410 - head/misc/cmatrix

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Dec 25 10:15:13 UTC 2015


Author: amdmi3
Date: Fri Dec 25 10:15:11 2015
New Revision: 404410
URL: https://svnweb.freebsd.org/changeset/ports/404410

Log:
  - Add LICENSE
  - Switch to options helpers

Modified:
  head/misc/cmatrix/Makefile

Modified: head/misc/cmatrix/Makefile
==============================================================================
--- head/misc/cmatrix/Makefile	Fri Dec 25 09:20:38 2015	(r404409)
+++ head/misc/cmatrix/Makefile	Fri Dec 25 10:15:11 2015	(r404410)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Show a scrolling 'Matrix' like screen
 
+LICENSE=	GPLv1 # or later; COPYING is GPLv2
+
 USES=		gmake
 GNU_CONFIGURE=	yes
 
@@ -21,6 +23,8 @@ OPTIONS_DEFINE=	DOCS
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/cmatrix.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list