diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-09-22 09:38:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-09-22 09:38:22 +0000 |
commit | 9231401d7d774fd4564a6898c8b4d8c72d868b18 (patch) | |
tree | 1af27255543bbd5fbdf03613447e0ad7b60a515b | |
parent | e096112523213604e213ce4787f35c78014cc6d6 (diff) |
Notes
-rw-r--r-- | x11/i3status/Makefile | 2 | ||||
-rw-r--r-- | x11/i3status/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11/i3status/Makefile b/x11/i3status/Makefile index 4ab12df5bc44..a274b29b3129 100644 --- a/x11/i3status/Makefile +++ b/x11/i3status/Makefile @@ -9,6 +9,7 @@ MAINTAINER= bapt@FreeBSD.org COMMENT= Small program for generating a status bar LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libconfuse.so:devel/libconfuse \ libyajl.so:devel/yajl @@ -28,5 +29,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/i3status.conf \ ${STAGEDIR}${PREFIX}/etc/i3status.conf.sample - .include <bsd.port.mk> diff --git a/x11/i3status/pkg-descr b/x11/i3status/pkg-descr index 25cb7f8b5e7c..e7b116988a9c 100644 --- a/x11/i3status/pkg-descr +++ b/x11/i3status/pkg-descr @@ -5,4 +5,4 @@ such a status line every second. This ensures that even under high load, your status bar is updated correctly. Also, it saves a bit of energy by not hogging your CPU as much as spawning the corresponding amount of shell commands would. -WWW: http://i3wm.org/i3status/ +WWW: https://i3wm.org/i3status/ |