diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-14 03:55:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-14 03:55:45 +0000 |
commit | d3f5a8db7c3ce80c4120a2d4fab6495997b5040f (patch) | |
tree | 50c56c6894839a9ae5354c69e94d54540baf0cc8 /x11 | |
parent | cac76e3f643e1c13481ba14cd2bc704eb21567c6 (diff) | |
download | freebsd-ports-d3f5a8db7c3ce80c4120a2d4fab6495997b5040f.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yeahconsole/Makefile | 5 | ||||
-rw-r--r-- | x11/yeahconsole/files/patch-Makefile | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/yeahconsole/Makefile b/x11/yeahconsole/Makefile index 6460623e3015..8356c638c580 100644 --- a/x11/yeahconsole/Makefile +++ b/x11/yeahconsole/Makefile @@ -9,7 +9,8 @@ MASTER_SITES= http://phrat.de/ MAINTAINER= ports@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} diff --git a/x11/yeahconsole/files/patch-Makefile b/x11/yeahconsole/files/patch-Makefile index 526cb8be044b..f78641689ea7 100644 --- a/x11/yeahconsole/files/patch-Makefile +++ b/x11/yeahconsole/files/patch-Makefile @@ -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 |