diff options
Diffstat (limited to 'textproc/txt2html/Makefile')
-rw-r--r-- | textproc/txt2html/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/txt2html/Makefile b/textproc/txt2html/Makefile index 73da211..cf141ae 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 |