Index: head/x11/i3status/Makefile =================================================================== --- head/x11/i3status/Makefile (revision 512568) +++ head/x11/i3status/Makefile (revision 512569) @@ -1,32 +1,32 @@ # $FreeBSD$ PORTNAME= i3status PORTVERSION= 2.13 CATEGORIES= x11 MASTER_SITES= http://i3wm.org/i3status/ 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 GNU_CONFIGURE= yes CONFIGURE_ARGS= ac_cv_path_PATH_ASCIIDOC=${TRUE} \ ac_cv_path_PATH_XMLTO=${TRUE} \ --disable-dependency-tracking USES= gmake pkgconfig tar:bzip2 BUILD_WRKSRC= ${WRKSRC}/${CONFIGURE_TARGET} INSTALL_WRKSRC= ${WRKSRC}/${CONFIGURE_TARGET} post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/i3status.c post-install: ${INSTALL_DATA} ${WRKSRC}/i3status.conf \ ${STAGEDIR}${PREFIX}/etc/i3status.conf.sample - .include Index: head/x11/i3status/pkg-descr =================================================================== --- head/x11/i3status/pkg-descr (revision 512568) +++ head/x11/i3status/pkg-descr (revision 512569) @@ -1,8 +1,8 @@ i3status is a small program (about 1500 SLOC) for generating a status bar for dzen2, xmobar or similar programs. It is designed to be very efficient by issuing a very small number of system calls, as one generally wants to update 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/