diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-14 11:55:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-14 11:55:45 +0800 |
commit | 8733372bb1668f8aefe16275481d648eaf71cb2f (patch) | |
tree | 50c56c6894839a9ae5354c69e94d54540baf0cc8 /x11/yeahconsole | |
parent | 644f9d00d0cfb1c3c788d2a3f0341b6d7a3eb567 (diff) | |
download | freebsd-ports-gnome-8733372bb1668f8aefe16275481d648eaf71cb2f.tar.gz freebsd-ports-gnome-8733372bb1668f8aefe16275481d648eaf71cb2f.tar.zst freebsd-ports-gnome-8733372bb1668f8aefe16275481d648eaf71cb2f.zip |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
Diffstat (limited to 'x11/yeahconsole')
-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 |