mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Use the new @sample keyword
This commit is contained in:
parent
ae64e0c22c
commit
9c7f5a6978
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351155
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
bin/i3status
|
||||
etc/i3status.conf.sample
|
||||
@sample etc/i3status.conf.sample
|
||||
man/man1/i3status.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user