git: f3432adc20a1 - main - mail/gubby: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 17:36:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3432adc20a1c774fb7e831e1c0f4f8f2799f248 commit f3432adc20a1c774fb7e831e1c0f4f8f2799f248 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 17:10:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 17:35:40 +0000 mail/gubby: Moved man to share/man Approved by: portmgr (blanket) --- mail/gubby/Makefile | 3 ++- mail/gubby/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/gubby/Makefile b/mail/gubby/Makefile index 343cb5b0cd73..6fec8d2a578c 100644 --- a/mail/gubby/Makefile +++ b/mail/gubby/Makefile @@ -1,5 +1,6 @@ PORTNAME= gubby PORTVERSION= 0.5.5 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -40,7 +41,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gubby ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/gubby.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/gubby.1 ${STAGEDIR}${PREFIX}/share/man/man1 post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/mail/gubby/pkg-plist b/mail/gubby/pkg-plist index 77a158a0cae4..acd5400ccd93 100644 --- a/mail/gubby/pkg-plist +++ b/mail/gubby/pkg-plist @@ -1,3 +1,3 @@ bin/gubby -man/man1/gubby.1.gz +share/man/man1/gubby.1.gz %%PORTDOCS%%%%DOCSDIR%%/README