diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-13 06:34:18 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-13 06:34:18 +0800 |
commit | 434642b170cde0c2c998bcaed0d9c772066c25a0 (patch) | |
tree | 5ffb8a3f2b573d42a5aa126e02a54411b28c276f /x11/i3status | |
parent | ce9f287123b3c9e6167be814eed03715e999f01b (diff) | |
download | freebsd-ports-gnome-434642b170cde0c2c998bcaed0d9c772066c25a0.tar.gz freebsd-ports-gnome-434642b170cde0c2c998bcaed0d9c772066c25a0.tar.zst freebsd-ports-gnome-434642b170cde0c2c998bcaed0d9c772066c25a0.zip |
Use the new @sample keyword
Diffstat (limited to 'x11/i3status')
-rw-r--r-- | x11/i3status/Makefile | 4 | ||||
-rw-r--r-- | x11/i3status/pkg-plist | 2 |
2 files changed, 3 insertions, 3 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 diff --git a/x11/i3status/pkg-plist b/x11/i3status/pkg-plist index fedbb53b1e11..7426ce51064e 100644 --- a/x11/i3status/pkg-plist +++ b/x11/i3status/pkg-plist @@ -1,3 +1,3 @@ bin/i3status -etc/i3status.conf.sample +@sample etc/i3status.conf.sample man/man1/i3status.1.gz |