git: 4eac88e5a27b - main - mail/ripmime: use ${PREFIX}/share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Jan 2024 16:31:14 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=4eac88e5a27bbce3242e9b4d881c3b393f2b1a2a commit 4eac88e5a27bbce3242e9b4d881c3b393f2b1a2a Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2024-01-11 16:31:01 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2024-01-11 16:31:01 +0000 mail/ripmime: use ${PREFIX}/share/man --- mail/ripmime/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/ripmime/Makefile b/mail/ripmime/Makefile index b2e950dc3d8f..dbe6637f726a 100644 --- a/mail/ripmime/Makefile +++ b/mail/ripmime/Makefile @@ -1,5 +1,6 @@ PORTNAME= ripmime PORTVERSION= 1.4.1.0 +PORTREVISION= 1 CATEGORIES= mail MAINTAINER= dinoex@FreeBSD.org @@ -14,7 +15,7 @@ MAKE_JOBS_UNSAFE= yes USE_GITHUB= yes GH_ACCOUNT= inflex WRKSRC= ${WRKDIR}/ripMIME-${PORTVERSION} -PLIST_FILES= bin/ripmime man/man1/ripmime.1.gz +PLIST_FILES= bin/ripmime share/man/man1/ripmime.1.gz post-patch: @${REINPLACE_CMD} -e 's!^CFLAGS=!CFLAGS ?=!' \ @@ -23,6 +24,6 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ripmime ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/ripmime.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/ripmime.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include <bsd.port.mk>