Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 2014 17:55:54 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375175 - head/editors/texworks
Message-ID:  <201412211755.sBLHtskF060686@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Dec 21 17:55:53 2014
New Revision: 375175
URL: https://svnweb.freebsd.org/changeset/ports/375175
QAT: https://qat.redports.org/buildarchive/r375175/

Log:
  Put back the plugin directory in the plist

Modified:
  head/editors/texworks/Makefile

Modified: head/editors/texworks/Makefile
==============================================================================
--- head/editors/texworks/Makefile	Sun Dec 21 17:50:36 2014	(r375174)
+++ head/editors/texworks/Makefile	Sun Dec 21 17:55:53 2014	(r375175)
@@ -3,7 +3,7 @@
 
 PORTNAME=	texworks
 PORTVERSION=	0.4.5
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	editors
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	${PORTNAME}-${PORTVERSION}-r${VCS_REVISION}
@@ -45,6 +45,7 @@ DESKTOP_ENTRIES="TexWorks" \
 PLIST_FILES=	bin/texworks \
 		man/man1/texworks.1.gz \
 		share/pixmaps/TeXworks.png
+PLIST_DIRS=	lib/texworks
 PORTDOCS=	*
 
 .include <bsd.port.options.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412211755.sBLHtskF060686>