diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-09-22 17:38:22 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-09-22 17:38:22 +0800 |
commit | eceddae5cd147c2d5d85d006c8860ed79e0d6d69 (patch) | |
tree | 1af27255543bbd5fbdf03613447e0ad7b60a515b | |
parent | f936a101cc27b4b19f0c796b37993a57e3ea4dfd (diff) | |
download | freebsd-ports-gnome-eceddae5cd147c2d5d85d006c8860ed79e0d6d69.tar.gz freebsd-ports-gnome-eceddae5cd147c2d5d85d006c8860ed79e0d6d69.tar.zst freebsd-ports-gnome-eceddae5cd147c2d5d85d006c8860ed79e0d6d69.zip |
- Add LICENSE_FILE
- Remove extra empty line
- Update WWW
Approved by: portmgr blanket
-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/ |