diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 17:55:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-21 17:55:53 +0000 |
commit | d9f256862b40ba0d490547ca0080276f3d76b622 (patch) | |
tree | a7ff3900214db5447d06b113c5da642ea41c765a /editors/texworks/Makefile | |
parent | cfeebd7836a0269f48fb9ad435493c18a95e07bd (diff) | |
download | ports-d9f256862b40ba0d490547ca0080276f3d76b622.tar.gz ports-d9f256862b40ba0d490547ca0080276f3d76b622.zip |
Notes
Diffstat (limited to 'editors/texworks/Makefile')
-rw-r--r-- | editors/texworks/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index d5ffa0d54e46..49a6a41815a4 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -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> |