- Fix path to icons in template-files
- Bump PORTREVISION Submitted by: maintainer
This commit is contained in:
parent
f83d6dcad2
commit
1b31947057
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123469
2 changed files with 11 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= Apache-Gallery
|
||||
PORTVERSION= 0.9.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= http://apachegallery.dk/download/ \
|
||||
${MASTER_SITE_PERL_CPAN}
|
||||
|
|
10
www/p5-Apache-Gallery/files/patch-icons-path
Normal file
10
www/p5-Apache-Gallery/files/patch-icons-path
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- templates/default/directory.tpl Fri Jan 2 13:45:06 2004
|
||||
+++ templates/default/directory.tpl Wed Dec 8 18:12:41 2004
|
||||
@@ -1 +1 @@
|
||||
- <div id="folder"><a href="{ $FILEURL }/"><img border="0" src="/icons/gallery/agfolder.png"><br>{ $FILE }</a></div>
|
||||
+ <div id="folder"><a href="{ $FILEURL }/"><img border="0" src="/icons/agfolder.png"><br>{ $FILE }</a></div>
|
||||
--- templates/default/file.tpl Fri Jan 2 14:18:12 2004
|
||||
+++ templates/default/file.tpl Wed Dec 8 18:12:36 2004
|
||||
@@ -1 +1 @@
|
||||
- <div id="folder"><a href="{ $FILEURL }"><img border="0" alt="{ $ALT }" src="/icons/gallery/{ $FILETYPE }.png"><br>{ $FILE }</a></div>
|
||||
+ <div id="folder"><a href="{ $FILEURL }"><img border="0" alt="{ $ALT }" src="/icons/{ $FILETYPE }.png"><br>{ $FILE }</a></div>
|
Loading…
Reference in a new issue