- Update to 2.1.2
- Use DOCSDIR macro to silence portlint PR: ports/60172 Submitted by: Stephen J. Roznowski <sjr@comcast.net>
This commit is contained in:
parent
0c4fd50668
commit
fb1dd10112
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95671
3 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tkrat
|
||||
PORTVERSION= 2.1
|
||||
PORTVERSION= 2.1.2
|
||||
CATEGORIES= mail tk83
|
||||
MASTER_SITES= ftp://ftp.tkrat.org/pub/tkrat/
|
||||
|
||||
|
@ -35,7 +35,7 @@ post-install:
|
|||
@${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"
|
||||
@${MKDIR} ${PREFIX}/share/doc/tkrat
|
||||
.for f in ${DOCFILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/tkrat
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||
.endfor
|
||||
.else
|
||||
@${ECHO_MSG} "===> Not copying available documents"
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (tkrat-2.1.tar.gz) = b843c6e1c482739986548fb9c5268660
|
||||
MD5 (tkrat-2.1.2.tar.gz) = 98ffcba3be5e89a1e1756cb40b6c8007
|
||||
|
|
|
@ -3,12 +3,12 @@ lib/ratatosk/ratatoskrc
|
|||
lib/tkrat2.1/blt_busy1.0.so
|
||||
lib/tkrat2.1/pkgIndex.tcl
|
||||
lib/tkrat2.1/ratatosk2.1.so
|
||||
%%PORTDOCS%%share/doc/tkrat/CONFIGURATION
|
||||
%%PORTDOCS%%share/doc/tkrat/COPYRIGHT
|
||||
%%PORTDOCS%%share/doc/tkrat/README
|
||||
%%PORTDOCS%%share/doc/tkrat/interface
|
||||
%%PORTDOCS%%share/doc/tkrat/userproc.example
|
||||
%%PORTDOCS%%share/doc/tkrat/userprocs
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CONFIGURATION
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/interface
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userproc.example
|
||||
%%PORTDOCS%%%%DOCSDIR%%/userprocs
|
||||
share/tkrat2.1/alias.tcl
|
||||
share/tkrat2.1/client.tcl
|
||||
share/tkrat2.1/compose.tcl
|
||||
|
@ -85,7 +85,7 @@ share/tkrat2.1/vfolder.tcl
|
|||
share/tkrat2.1/vfolderdef.tcl
|
||||
share/tkrat2.1/watcher.tcl
|
||||
share/tkrat2.1/winctl.tcl
|
||||
%%PORTDOCS%%@dirrm share/doc/tkrat
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm share/tkrat2.1/util
|
||||
@dirrm share/tkrat2.1
|
||||
@dirrm lib/ratatosk
|
||||
|
|
Loading…
Reference in a new issue