aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2024-01-11 16:31:01 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2024-01-11 16:31:01 +0000
commit4eac88e5a27bbce3242e9b4d881c3b393f2b1a2a (patch)
tree03a72a3515a2f86b788511c733b706fa6f2d2710
parent8fc8d9884990e366a2395fa9075ae60846b6848b (diff)
downloadports-4eac88e5a27bbce3242e9b4d881c3b393f2b1a2a.tar.gz
ports-4eac88e5a27bbce3242e9b4d881c3b393f2b1a2a.zip
mail/ripmime: use ${PREFIX}/share/man
-rw-r--r--mail/ripmime/Makefile5
1 files 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>