diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-09 05:37:01 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-09 05:37:01 +0000 |
commit | a6b7e3447ade908faf3e3e441231edbfbf54494e (patch) | |
tree | ef54801438f15012001b738729dab8f9977de2d7 /devel/tcl-memchan | |
parent | Upgrade from 2.1p2 to 2.1p3. (diff) |
Remove my own NOPORTDOCS PLIST handling, now that the idea is incorporated
by the bsd.port.mk.
Diffstat (limited to 'devel/tcl-memchan')
-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/ |