aboutsummaryrefslogtreecommitdiff
path: root/mail/gotmail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 09:47:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 09:47:14 +0000
commitc75c944686415d24160b910420b8cec40549ce46 (patch)
treebbf14e0d1dcfc6df77a6ea37918a4c50366169d2 /mail/gotmail
parent34fdd68f8580ffd2bdb6a83a28eedd4d1db85ed4 (diff)
downloadports-c75c944686415d24160b910420b8cec40549ce46.tar.gz
ports-c75c944686415d24160b910420b8cec40549ce46.zip
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'mail/gotmail')
-rw-r--r--mail/gotmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile
index 91b22d218182..79680ba91219 100644
--- a/mail/gotmail/Makefile
+++ b/mail/gotmail/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gotmail
PORTVERSION= 0.9.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail perl5
MASTER_SITES= SF
@@ -19,13 +19,13 @@ SHEBANG_FILES= gotmail
NO_ARCH= yes
PORTDOCS= ChangeLog README sample.gotmailrc
-PLIST_FILES= bin/gotmail man/man1/gotmail.1.gz
+PLIST_FILES= bin/gotmail share/man/man1/gotmail.1.gz
OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
- ${STAGEDIR}${MANPREFIX}/man/man1/${PORTNAME}.1
+ ${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
do-install-DOCS-on: