Skip to content

Commit

Permalink
devel/tclthread: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent 174212c commit b8241be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion devel/tclthread/Makefile
@@ -1,6 +1,6 @@
PORTNAME= thread
PORTVERSION= 2.8.8
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/tcl/Tcl/8.6.13/
PKGNAMEPREFIX= tcl
Expand All @@ -15,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/license.terms

USES= autoreconf tcl:tea

GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

DOCSDIR= ${PREFIX}/share/doc/${TCL_PKG}
USE_LDCONFIG= ${PREFIX}/lib/${TCL_PKG}

Expand Down
8 changes: 4 additions & 4 deletions devel/tclthread/pkg-plist
@@ -1,7 +1,7 @@
lib/%%TCL_PKG%%/lib%%TCL_PKG%%.so
lib/%%TCL_PKG%%/ttrace.tcl
lib/%%TCL_PKG%%/pkgIndex.tcl
man/mann/thread.n.gz
man/mann/tpool.n.gz
man/mann/tsv.n.gz
man/mann/ttrace.n.gz
share/man/mann/thread.n.gz
share/man/mann/tpool.n.gz
share/man/mann/tsv.n.gz
share/man/mann/ttrace.n.gz

0 comments on commit b8241be

Please sign in to comment.