git: 5cf93c551a8c - main - misc/felis: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:07:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cf93c551a8c02017c15a7c70e504f12090f67e4 commit 5cf93c551a8c02017c15a7c70e504f12090f67e4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 20:07:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 20:07:15 +0000 misc/felis: Moved man to share/man Approved by: portmgr (blanket) --- misc/felis/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/felis/Makefile b/misc/felis/Makefile index 85525dc378b3..e64595495875 100644 --- a/misc/felis/Makefile +++ b/misc/felis/Makefile @@ -1,6 +1,6 @@ PORTNAME= felis PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www.whizkidtech.redprince.net/fports/ @@ -8,10 +8,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Displays one or more files as a single line of text WWW= http://www.whizkidtech.redprince.net/fports/ -PLIST_FILES= bin/felis man/man1/felis.1.gz +PLIST_FILES= bin/felis share/man/man1/felis.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/felis ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/felis.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/felis.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>