diff options
author | alex <alex@FreeBSD.org> | 2000-06-12 00:11:03 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-12 00:11:03 +0800 |
commit | 47b7af694424b3e26a44ba02631bbbc43e593eb4 (patch) | |
tree | 972d7047c463ae657ed49d5ceb1f3af22b87b742 /textproc | |
parent | 661190b5d750d91211bb50d13c47a70863604649 (diff) | |
download | freebsd-ports-gnome-47b7af694424b3e26a44ba02631bbbc43e593eb4.tar.gz freebsd-ports-gnome-47b7af694424b3e26a44ba02631bbbc43e593eb4.tar.zst freebsd-ports-gnome-47b7af694424b3e26a44ba02631bbbc43e593eb4.zip |
Update to version 1.28
PR: 19169
Submitted by: maintainer
Reviewed by: will
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/txt2html/Makefile | 5 | ||||
-rw-r--r-- | textproc/txt2html/distinfo | 2 | ||||
-rw-r--r-- | textproc/txt2html/pkg-plist | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index 73da2111f175..cf141aea5278 100644 --- a/textproc/txt2html/Makefile +++ b/textproc/txt2html/Makefile @@ -6,13 +6,12 @@ # PORTNAME= txt2html -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= textproc MASTER_SITES= http://www.aigeek.com/txt2html/ MAINTAINER= croyle@gelemna.org -WRKSRC= ${WRKDIR}/txt2html NO_BUILD= yes do-configure: @@ -23,7 +22,7 @@ do-install: ${MKDIR} ${PREFIX}/share/doc/txt2html ${INSTALL_DATA} ${WRKSRC}/txt2html.dict ${PREFIX}/share/doc/txt2html/ .if !defined(NOPORTDOCS) -.for file in INSTALL LICENSE README changes.html sample.html sample.txt +.for file in INSTALL LICENSE README changes.html sample.foot sample.html sample.txt ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/txt2html/ .endfor .endif diff --git a/textproc/txt2html/distinfo b/textproc/txt2html/distinfo index 8bf600084040..b2704d73d79b 100644 --- a/textproc/txt2html/distinfo +++ b/textproc/txt2html/distinfo @@ -1 +1 @@ -MD5 (txt2html-1.27.tar.gz) = 4def9252b771a2b1d75515cbdf7e6316 +MD5 (txt2html-1.28.tar.gz) = 7604cfb7456851bbaffbc48ab4444349 diff --git a/textproc/txt2html/pkg-plist b/textproc/txt2html/pkg-plist index 59c305e208d0..84f3bc089f0e 100644 --- a/textproc/txt2html/pkg-plist +++ b/textproc/txt2html/pkg-plist @@ -4,6 +4,7 @@ share/doc/txt2html/INSTALL share/doc/txt2html/LICENSE share/doc/txt2html/README share/doc/txt2html/changes.html +share/doc/txt2html/sample.foot share/doc/txt2html/sample.html share/doc/txt2html/sample.txt @dirrm share/doc/txt2html |