Skip to content

Commit

Permalink
devel/tcllauncher: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 7, 2024
1 parent 8fab69f commit 66b6a83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion devel/tcllauncher/Makefile
@@ -1,6 +1,7 @@
PORTNAME= tcllauncher
PORTVERSION= 1.10
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= tcltk@FreeBSD.org
Expand All @@ -16,12 +17,15 @@ USES+= tcl:tea autoreconf
USE_GITHUB= yes
GH_ACCOUNT= flightaware

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

TCL_PKG= Tcllauncher${PORTVERSION}

PLIST_FILES= bin/${PORTNAME} \
lib/${TCL_PKG}/tcllauncher.tcl \
lib/${TCL_PKG}/tcllauncher-support.tcl \
lib/${TCL_PKG}/pkgIndex.tcl \
man/mann/${PORTNAME}.n.gz
share/man/mann/${PORTNAME}.n.gz

.include <bsd.port.mk>

0 comments on commit 66b6a83

Please sign in to comment.