git: 66b6a838e9be - main - devel/tcllauncher: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Mar 2024 09:47:46 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=66b6a838e9be6d629ecef7b3c66853f2abff11f8 commit 66b6a838e9be6d629ecef7b3c66853f2abff11f8 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-07 08:02:45 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-07 09:47:32 +0000 devel/tcllauncher: Move man pages to share/man Approved by: portmgr (blanket) --- devel/tcllauncher/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/tcllauncher/Makefile b/devel/tcllauncher/Makefile index 3901f85b7d94..0ac701f46331 100644 --- a/devel/tcllauncher/Makefile +++ b/devel/tcllauncher/Makefile @@ -1,6 +1,7 @@ PORTNAME= tcllauncher PORTVERSION= 1.10 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= tcltk@FreeBSD.org @@ -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>