git: 57c4fa7b9b5d - main - math/rexx-regmath: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:07:39 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=57c4fa7b9b5d42a7e19595fad386cdbbadb4b84e commit 57c4fa7b9b5d42a7e19595fad386cdbbadb4b84e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 19:30:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 19:30:38 +0000 math/rexx-regmath: Moved man to share/man Approved by: portmgr (blanket) --- math/rexx-regmath/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/math/rexx-regmath/Makefile b/math/rexx-regmath/Makefile index 364589b7d8f6..5273462c4bdb 100644 --- a/math/rexx-regmath/Makefile +++ b/math/rexx-regmath/Makefile @@ -1,6 +1,6 @@ PORTNAME= regmath PORTVERSION= 1.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://home.interlog.com/~ptjm/ \ http://www.ancientgeek.org.uk/distfiles/ @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/math USE_LDCONFIG= yes MAKEFILE= Makefile.bsd -PLIST_FILES= lib/librexxmath.so lib/librxmath.so man/man1/regmath.1.gz +PLIST_FILES= lib/librexxmath.so lib/librxmath.so share/man/man1/regmath.1.gz SUB_FILES= regmath.1 README testrxmath testrexxmath @@ -39,7 +39,7 @@ CFLAGS+= -Wno-incompatible-pointer-types do-install: ${INSTALL_LIB} ${WRKSRC}/librexxmath.so ${STAGEDIR}${PREFIX}/lib/ ${INSTALL_LIB} ${WRKSRC}/librxmath.so ${STAGEDIR}${PREFIX}/lib/ - ${INSTALL_MAN} ${WRKDIR}/regmath.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKDIR}/regmath.1 ${STAGEDIR}${PREFIX}/share/man/man1/ do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}