aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 16:42:24 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 16:42:24 +0000
commit771247d2bddff241b42902a4116bb115cdd56cf3 (patch)
tree4e1e39cfdbd464ffc2d2481556baa83f7ef0329c
parentc8b35623d0f246ce86a9252254c56a84aaed5995 (diff)
downloadports-771247d2bddff241b42902a4116bb115cdd56cf3.tar.gz
ports-771247d2bddff241b42902a4116bb115cdd56cf3.zip
mail/coolmail: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--mail/coolmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/coolmail/Makefile b/mail/coolmail/Makefile
index af521f799f23..59e91ba66e0a 100644
--- a/mail/coolmail/Makefile
+++ b/mail/coolmail/Makefile
@@ -1,6 +1,6 @@
PORTNAME= coolmail
PORTVERSION= 1.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= SUNSITE/system/mail/biffs
@@ -8,7 +8,7 @@ MAINTAINER= udo@schweigert-muc.de
COMMENT= Xbiff like mail tool with animated 3D graphics
PLIST_FILES= bin/coolmail \
- man/man1/coolmail.1.gz
+ share/man/man1/coolmail.1.gz
USES= tar:tgz xorg
USE_XORG= x11 xext xmu xi
@@ -16,6 +16,6 @@ PATCH_STRIP= -p1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/coolmail ${STAGEDIR}${PREFIX}/bin/coolmail
- ${INSTALL_MAN} ${WRKSRC}/coolmail.man ${STAGEDIR}${PREFIX}/man/man1/coolmail.1
+ ${INSTALL_MAN} ${WRKSRC}/coolmail.man ${STAGEDIR}${PREFIX}/share/man/man1/coolmail.1
.include <bsd.port.mk>