svn commit: r401560 - in head/x11/yeahconsole: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Nov 14 03:55:47 UTC 2015


Author: amdmi3
Date: Sat Nov 14 03:55:45 2015
New Revision: 401560
URL: https://svnweb.freebsd.org/changeset/ports/401560

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Modified:
  head/x11/yeahconsole/Makefile
  head/x11/yeahconsole/files/patch-Makefile

Modified: head/x11/yeahconsole/Makefile
==============================================================================
--- head/x11/yeahconsole/Makefile	Sat Nov 14 03:55:31 2015	(r401559)
+++ head/x11/yeahconsole/Makefile	Sat Nov 14 03:55:45 2015	(r401560)
@@ -9,7 +9,8 @@ MASTER_SITES=	http://phrat.de/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Terminal wrapper for creating drop-down consoles
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_XORG=	x11
 ALL_TARGET=	${PORTNAME}
@@ -21,6 +22,8 @@ OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 

Modified: head/x11/yeahconsole/files/patch-Makefile
==============================================================================
--- head/x11/yeahconsole/files/patch-Makefile	Sat Nov 14 03:55:31 2015	(r401559)
+++ head/x11/yeahconsole/files/patch-Makefile	Sat Nov 14 03:55:45 2015	(r401560)
@@ -1,5 +1,5 @@
---- Makefile.orig	2006-01-14 18:54:05.000000000 +0300
-+++ Makefile	2008-04-30 12:23:01.000000000 +0400
+--- Makefile.orig	2006-01-14 15:54:05 UTC
++++ Makefile
 @@ -1,24 +1,23 @@
  TARGET = yeahconsole
 -CC = gcc


More information about the svn-ports-all mailing list