svn commit: r364118 - head/sysutils/gkleds2

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Aug 5 16:21:39 UTC 2014


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


More information about the svn-ports-all mailing list