diff options
author | wxs <wxs@FreeBSD.org> | 2014-06-17 00:05:17 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2014-06-17 00:05:17 +0800 |
commit | 653bbed74bf7662cf373de9ec3f5f1081f4911cd (patch) | |
tree | 50248f38e1511cd436ebf2dbc2e0b490281bd6f3 /devel/git | |
parent | f3223249bc46b55a1cee3b9f8546d33388b3ffb6 (diff) | |
download | freebsd-ports-graphics-653bbed74bf7662cf373de9ec3f5f1081f4911cd.tar.gz freebsd-ports-graphics-653bbed74bf7662cf373de9ec3f5f1081f4911cd.tar.zst freebsd-ports-graphics-653bbed74bf7662cf373de9ec3f5f1081f4911cd.zip |
Fix plist.
PR: 190993
Submitted by: Vikash Badal <vikashb@where-ever.za.net>
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist index ec179a6e808..c80097656a6 100644 --- a/devel/git/pkg-plist +++ b/devel/git/pkg-plist @@ -743,6 +743,7 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/git-repack.txt %%HTMLDOCS%%%%DOCSDIR%%/gitworkflows.txt %%HTMLDOCS%%%%DOCSDIR%%/diff-config.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/bitmap-format.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/http-protocol.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/http-protocol.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-credentials.html @@ -753,7 +754,7 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/technical/api-sha1-array.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-sigchain.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-hash.html +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-hashmap.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-merge.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-merge.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-setup.html @@ -777,7 +778,7 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/technical/pack-protocol.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/pack-protocol.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-index.txt -%%HTMLDOCS%%%%DOCSDIR%%/technical/api-hash.txt +%%HTMLDOCS%%%%DOCSDIR%%/technical/api-hashmap.txt %%HTMLDOCS%%%%DOCSDIR%%/technical/api-directory-listing.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-diff.html %%HTMLDOCS%%%%DOCSDIR%%/technical/api-in-core-index.txt @@ -1176,7 +1177,6 @@ share/git-core/templates/info/exclude %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.1.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.2.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.3.txt -%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.9.4.txt %%HTMLDOCS%%%%DOCSDIR%%/RelNotes/2.0.0.txt %%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi %%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js |