git: 5844fd98c845 - main - editors/teco: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Feb 2024 16:54:51 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5844fd98c845cde0af2eda481329bb088928df4d commit 5844fd98c845cde0af2eda481329bb088928df4d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-23 16:46:05 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-23 16:54:22 +0000 editors/teco: Moved man to share/man Approved by: portmgr (blanket) --- editors/teco/Makefile | 4 ++-- editors/teco/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/editors/teco/Makefile b/editors/teco/Makefile index f444b7cf0978..238591883b85 100644 --- a/editors/teco/Makefile +++ b/editors/teco/Makefile @@ -1,6 +1,6 @@ PORTNAME= teco PORTVERSION= 0398 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://almy.us/files/ DISTNAME= tecoclinux${PORTVERSION} @@ -27,7 +27,7 @@ DOCSFILES= src/readme.1st src/readme.lnx src/changes.txt src/aaout.txt \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/tecoc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKDIR}/teco.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKDIR}/teco.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/lib/* ${STAGEDIR}${DATADIR} diff --git a/editors/teco/pkg-plist b/editors/teco/pkg-plist index 7deaa706d765..018405819bcb 100644 --- a/editors/teco/pkg-plist +++ b/editors/teco/pkg-plist @@ -1,5 +1,5 @@ bin/tecoc -man/man1/teco.1.gz +share/man/man1/teco.1.gz %%DATADIR%%/upcase.tec %%DATADIR%%/change.tes %%DATADIR%%/date.tes