diff options
-rw-r--r-- | devel/tcl-memchan/Makefile | 4 | ||||
-rw-r--r-- | devel/tcl-memchan/pkg-plist | 28 |
2 files changed, 14 insertions, 18 deletions
diff --git a/devel/tcl-memchan/Makefile b/devel/tcl-memchan/Makefile index 91806ba4c57a..2d8fe6795d60 100644 --- a/devel/tcl-memchan/Makefile +++ b/devel/tcl-memchan/Makefile @@ -43,10 +43,6 @@ do-install: .ifndef(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/memchan ${CP} -pR ${WRKSRC}/../doc/html/* ${PREFIX}/share/doc/memchan/ - -PLIST_SUB+= DOC='' -.else -PLIST_SUB+= DOC='@comment ' .endif .include <bsd.port.mk> diff --git a/devel/tcl-memchan/pkg-plist b/devel/tcl-memchan/pkg-plist index 3dc67d882d35..68aeda46a693 100644 --- a/devel/tcl-memchan/pkg-plist +++ b/devel/tcl-memchan/pkg-plist @@ -1,17 +1,17 @@ lib/libmemchan.so.1 lib/tcl%%TCLV%%/memchan/pkgIndex.tcl @dirrm lib/tcl%%TCLV%%/memchan -%%DOC%%share/doc/memchan/img/up.gif -%%DOC%%share/doc/memchan/memchan_ack.html -%%DOC%%share/doc/memchan/memchan_bdist.html -%%DOC%%share/doc/memchan/memchan_cmac.html -%%DOC%%share/doc/memchan/memchan_cmds.html -%%DOC%%share/doc/memchan/memchan_compile.html -%%DOC%%share/doc/memchan/memchan_ctea.html -%%DOC%%share/doc/memchan/memchan_cunix.html -%%DOC%%share/doc/memchan/memchan_cwin.html -%%DOC%%share/doc/memchan/index.html -%%DOC%%share/doc/memchan/memchan_where.html -%%DOC%%share/doc/memchan/sitemap.html -%%DOC%%@dirrm share/doc/memchan/img/ -%%DOC%%@dirrm share/doc/memchan/ +%%PORTDOCS%%share/doc/memchan/img/up.gif +%%PORTDOCS%%share/doc/memchan/memchan_ack.html +%%PORTDOCS%%share/doc/memchan/memchan_bdist.html +%%PORTDOCS%%share/doc/memchan/memchan_cmac.html +%%PORTDOCS%%share/doc/memchan/memchan_cmds.html +%%PORTDOCS%%share/doc/memchan/memchan_compile.html +%%PORTDOCS%%share/doc/memchan/memchan_ctea.html +%%PORTDOCS%%share/doc/memchan/memchan_cunix.html +%%PORTDOCS%%share/doc/memchan/memchan_cwin.html +%%PORTDOCS%%share/doc/memchan/index.html +%%PORTDOCS%%share/doc/memchan/memchan_where.html +%%PORTDOCS%%share/doc/memchan/sitemap.html +%%PORTDOCS%%@dirrm share/doc/memchan/img/ +%%PORTDOCS%%@dirrm share/doc/memchan/ |