mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Install missing gitweb.js if GITWEB option is selected.
Submitted by: Marc Branchaud (private mail)
This commit is contained in:
parent
518550053b
commit
9ef9d83771
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247865
2 changed files with 2 additions and 0 deletions
|
@ -349,6 +349,7 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/gitweb/git-logo.png ${EXAMPLESDIR}/gitweb/
|
||||
${INSTALL_DATA} ${WRKSRC}/gitweb/gitweb.css ${EXAMPLESDIR}/gitweb/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/gitweb/gitweb.cgi ${EXAMPLESDIR}/gitweb/
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/gitweb/gitweb.js ${EXAMPLESDIR}/gitweb/
|
||||
.endif
|
||||
|
||||
@${ECHO_MSG} "===> Updating ${SHELLS}"
|
||||
|
|
|
@ -737,6 +737,7 @@ share/git-core/templates/info/exclude
|
|||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/git-favicon.png
|
||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/git-logo.png
|
||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi
|
||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.js
|
||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.css
|
||||
%%GITWEB%%@dirrm %%EXAMPLESDIR%%/gitweb
|
||||
%%GITWEB%%@dirrm %%EXAMPLESDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue