diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-12 22:34:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-04-12 22:34:18 +0000 |
commit | 9c7f5a697884a7d9227bc70527b07e4786a338a4 (patch) | |
tree | 5ffb8a3f2b573d42a5aa126e02a54411b28c276f /x11/i3status/Makefile | |
parent | ae64e0c22c0e27c06333e381ae43467e4291a192 (diff) | |
download | ports-9c7f5a697884a7d9227bc70527b07e4786a338a4.tar.gz ports-9c7f5a697884a7d9227bc70527b07e4786a338a4.zip |
Notes
Diffstat (limited to 'x11/i3status/Makefile')
-rw-r--r-- | x11/i3status/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/i3status/Makefile b/x11/i3status/Makefile index c2dbe8db4196..2ada0124a38a 100644 --- a/x11/i3status/Makefile +++ b/x11/i3status/Makefile @@ -2,6 +2,7 @@ PORTNAME= i3status PORTVERSION= 2.8 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://i3wm.org/i3status/ @@ -15,8 +16,7 @@ LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= gmake -USE_BZIP2= yes +USES= gmake tar:bzip2 post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/i3status.c |