Skip to content

Commit

Permalink
devel/tclbsd: 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 a45500b commit a9b0a7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions devel/tclbsd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tclbsd
PORTVERSION= 1.9.2
PORTREVISION= 0
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= devel

Expand All @@ -19,10 +19,12 @@ TCL_PKG= BSD${PORTVERSION}
USE_GITHUB= yes
GH_ACCOUNT= flightaware

GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

PLIST_FILES= lib/${TCL_PKG}/bsd_procs.tcl \
lib/${TCL_PKG}/lib${TCL_PKG}.so \
lib/${TCL_PKG}/pkgIndex.tcl \
man/mann/bsd.n.gz
share/man/mann/bsd.n.gz

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${TCL_PKG}/lib${TCL_PKG}.so
Expand Down

0 comments on commit a9b0a7c

Please sign in to comment.