Date: Thu, 3 Oct 2013 17:11:18 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329213 - head/x11/i3status Message-ID: <201310031711.r93HBIkS001333@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Oct 3 17:11:18 2013 New Revision: 329213 URL: http://svnweb.freebsd.org/changeset/ports/329213 Log: Use modern LIB_DEPENDS Prefer pkg-plist over Makefile's pollution Added: head/x11/i3status/pkg-plist (contents, props changed) Modified: head/x11/i3status/Makefile Modified: head/x11/i3status/Makefile ============================================================================== --- head/x11/i3status/Makefile Thu Oct 3 16:58:36 2013 (r329212) +++ head/x11/i3status/Makefile Thu Oct 3 17:11:18 2013 (r329213) @@ -10,18 +10,14 @@ COMMENT= Small program for generating a LICENSE= BSD -LIB_DEPENDS= confuse:${PORTSDIR}/devel/libconfuse \ - yajl:${PORTSDIR}/devel/yajl +LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \ + libyajl.so:${PORTSDIR}/devel/yajl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= gmake USE_BZIP2= yes -PLIST_FILES= bin/i3status \ - etc/i3status.conf.sample \ - man/man1/i3status.1.gz - post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/i3status.c Added: head/x11/i3status/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/i3status/pkg-plist Thu Oct 3 17:11:18 2013 (r329213) @@ -0,0 +1,3 @@ +bin/i3status +etc/i3status.conf.sample +man/man1/i3status.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031711.r93HBIkS001333>