git: 16df966f8467 - main - misc/sls: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 20:44:00 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=16df966f84676cc1acdaf5420327ff94e75ab883 commit 16df966f84676cc1acdaf5420327ff94e75ab883 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 20:29:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 20:43:18 +0000 misc/sls: Moved man to share/man Approved by: portmgr (blanket) --- misc/sls/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/sls/Makefile b/misc/sls/Makefile index 4b81161fc4f5..ea44af2f6620 100644 --- a/misc/sls/Makefile +++ b/misc/sls/Makefile @@ -1,5 +1,6 @@ PORTNAME= sls PORTVERSION= 1.00 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= LOCAL/dannyboy DISTNAME= ${PORTNAME} @@ -10,7 +11,7 @@ COMMENT= List information about file(s) and directories WRKSRC= ${WRKDIR}/sls PLIST_FILES= bin/sls \ - man/man1/sls.1.gz + share/man/man1/sls.1.gz ALL_TARGET= sls @@ -19,6 +20,6 @@ post-patch: do-install: ${CP} ${WRKSRC}/sls ${STAGEDIR}${PREFIX}/bin - ${CP} ${WRKSRC}/sls.1 ${STAGEDIR}${PREFIX}/man/man1 + ${CP} ${WRKSRC}/sls.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk>