diff options
author | matthew <matthew@FreeBSD.org> | 2013-02-11 00:45:41 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-02-11 00:45:41 +0800 |
commit | 9ae18eec761f24140a5faa8662b382b0307fec67 (patch) | |
tree | c88ba833bb5cef8711639d615cfbe7d67a0d6526 /www | |
parent | 5aa57484da0f37f297e7da1d77ff4b0a54fe67c4 (diff) | |
download | freebsd-ports-gnome-9ae18eec761f24140a5faa8662b382b0307fec67.tar.gz freebsd-ports-gnome-9ae18eec761f24140a5faa8662b382b0307fec67.tar.zst freebsd-ports-gnome-9ae18eec761f24140a5faa8662b382b0307fec67.zip |
Fix pkg-plist, now that redports is back and so I see the errors.
Diffstat (limited to 'www')
-rw-r--r-- | www/rt40/Makefile | 1 | ||||
-rw-r--r-- | www/rt40/pkg-plist | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile index 6ef99cb38a67..782220ebd818 100644 --- a/www/rt40/Makefile +++ b/www/rt40/Makefile @@ -2,6 +2,7 @@ PORTNAME= rt PORTVERSION= 4.0.10 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ ftp://ftp.eu.uu.net/pub/unix/ticketing/rt/release/ diff --git a/www/rt40/pkg-plist b/www/rt40/pkg-plist index 71f7e6a5e1c9..442c5ebf0165 100644 --- a/www/rt40/pkg-plist +++ b/www/rt40/pkg-plist @@ -232,7 +232,11 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-3.8 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-4.0 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING.mysql +%%PORTDOCS%%%%DOCSDIR%%/backups.pod +%%PORTDOCS%%%%DOCSDIR%%/customizing/approvals.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/articles_introduction.pod +%%PORTDOCS%%%%DOCSDIR%%/customizing/lifecycles.pod +%%PORTDOCS%%%%DOCSDIR%%/customizing/styling_rt.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/templates.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/timezones_in_charts.pod %%PORTDOCS%%%%DOCSDIR%%/extending/clickable_links.pod @@ -241,6 +245,12 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/full_text_indexing.pod %%PORTDOCS%%%%DOCSDIR%%/glossary.pod %%PORTDOCS%%%%DOCSDIR%%/hacking.pod +%%PORTDOCS%%%%DOCSDIR%%/images/action-decline.png +%%PORTDOCS%%%%DOCSDIR%%/images/global-lifecycle-group-rights.png +%%PORTDOCS%%%%DOCSDIR%%/images/lifecycle-choices.png +%%PORTDOCS%%%%DOCSDIR%%/images/order-history-example.png +%%PORTDOCS%%%%DOCSDIR%%/images/theme_editor_defaults.png +%%PORTDOCS%%%%DOCSDIR%%/initialdata.pod %%PORTDOCS%%%%DOCSDIR%%/network-diagram.svg %%PORTDOCS%%%%DOCSDIR%%/schema.dot %%PORTDOCS%%%%DOCSDIR%%/security.pod @@ -333,6 +343,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/upgrade/4.0.4/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/4.0.6/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/4.0.6/schema.mysql +%%PORTDOCS%%%%DOCSDIR%%/upgrade/4.0.9/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/generate-rtaddressregexp %%PORTDOCS%%%%DOCSDIR%%/upgrade/sanity-check-stylesheets.pl %%PORTDOCS%%%%DOCSDIR%%/upgrade/shrink_cgm_table.pl @@ -1264,6 +1275,7 @@ share/rt40/po/pt_PT.po share/rt40/po/rt.pot share/rt40/po/ru.po share/rt40/po/sl.po +share/rt40/po/sk.po share/rt40/po/sv.po share/rt40/po/tr.po share/rt40/po/zh_CN.po @@ -1459,6 +1471,7 @@ share/rt40/po/zh_TW.po @dirrm share/rt40/fonts @dirrmtry share/rt40/etc @dirrm share/rt40 +%%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade/4.0.9 %%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade/4.0.6 %%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade/4.0.4 %%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade/4.0.3 @@ -1498,6 +1511,7 @@ share/rt40/po/zh_TW.po %%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade/3.1.15 %%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade/3.1.0 %%PORTDOCS%%@dirrm %%DOCSDIR%%/upgrade +%%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%%/extending %%PORTDOCS%%@dirrm %%DOCSDIR%%/customizing %%PORTDOCS%%@dirrm %%DOCSDIR%% |