git: 376e1a08632d - main - print/pdf4tcl: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:17:05 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=376e1a08632d136bc38d4452c6b3135f9539a64d commit 376e1a08632d136bc38d4452c6b3135f9539a64d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:01:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:01:53 +0000 print/pdf4tcl: Moved man to share/man Approved by: portmgr (blanket) --- print/pdf4tcl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/print/pdf4tcl/Makefile b/print/pdf4tcl/Makefile index 378b6ba14314..cd317d22862c 100644 --- a/print/pdf4tcl/Makefile +++ b/print/pdf4tcl/Makefile @@ -1,5 +1,6 @@ PORTNAME= pdf4tcl PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= SF/${PORTNAME} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} @@ -20,7 +21,7 @@ PLIST_FILES= lib/${PKGNAME}/glyph2uni.tcl \ lib/${PKGNAME}/pkgIndex.tcl \ lib/${PKGNAME}/pdf4tcl.tcl \ lib/${PKGNAME}/stdmetrics.tcl \ - man/mann/pdf4tcl.n.gz + share/man/mann/pdf4tcl.n.gz .include <bsd.port.options.mk> @@ -31,7 +32,7 @@ do-build: do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PKGNAME} cd ${WRKSRC} && ${COPYTREE_SHARE} \*.tcl ${STAGEDIR}${PREFIX}/lib/${PKGNAME} - ${INSTALL_DATA} ${WRKSRC}/pdf4tcl.n ${STAGEDIR}${PREFIX}/man/mann + ${INSTALL_DATA} ${WRKSRC}/pdf4tcl.n ${STAGEDIR}${PREFIX}/share/man/mann .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.html ${STAGEDIR}${DOCSDIR}