svn commit: r375175 - head/editors/texworks

Antoine Brodin antoine at FreeBSD.org
Sun Dec 21 17:55:54 UTC 2014


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>


More information about the svn-ports-head mailing list