Date: Tue, 5 Aug 2014 16:21:39 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364118 - head/sysutils/gkleds2 Message-ID: <53e10493.5930.3c6104b1@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Aug 5 16:21:39 2014 New Revision: 364118 URL: http://svnweb.freebsd.org/changeset/ports/364118 QAT: https://qat.redports.org/buildarchive/r364118/ Log: - Don't remove directory owned by gkrellm2 Deleted: head/sysutils/gkleds2/pkg-plist Modified: head/sysutils/gkleds2/Makefile Modified: head/sysutils/gkleds2/Makefile ============================================================================== --- head/sysutils/gkleds2/Makefile Tue Aug 5 16:18:11 2014 (r364117) +++ head/sysutils/gkleds2/Makefile Tue Aug 5 16:21:39 2014 (r364118) @@ -3,7 +3,7 @@ PORTNAME= gkleds2 PORTVERSION= 0.8.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= sysutils MASTER_SITES= http://heim.ifi.uio.no/~oyvinha/files/files/ DISTNAME= gkleds-${PORTVERSION} @@ -21,6 +21,8 @@ USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PLIST_FILES= libexec/gkrellm2/plugins/gkleds.so + post-patch: @${REINPLACE_CMD} -e 's|-O2||g ; \ s|GK_LDFLAGS|GKM_LDFLAGS|g' ${WRKSRC}/src/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e10493.5930.3c6104b1>