aboutsummaryrefslogtreecommitdiff
path: root/mail/mdpop3d
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/mdpop3d
parent34fdd68f8580ffd2bdb6a83a28eedd4d1db85ed4 (diff)
downloadports-c75c944686415d24160b910420b8cec40549ce46.tar.gz
ports-c75c944686415d24160b910420b8cec40549ce46.zip
Diffstat (limited to 'mail/mdpop3d')
-rw-r--r--mail/mdpop3d/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mdpop3d/Makefile b/mail/mdpop3d/Makefile
index 11528c2b76a4..7251e7a06a54 100644
--- a/mail/mdpop3d/Makefile
+++ b/mail/mdpop3d/Makefile
@@ -1,12 +1,13 @@
PORTNAME= mdpop3d
PORTVERSION= 0.97
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.corpit.ru/home/mjt/mdpop3d/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple and small POP3 daemon implementation with Maildir support
-PLIST_FILES= libexec/mdpop3d man/man8/mdpop3d.8.gz
+PLIST_FILES= libexec/mdpop3d share/man/man8/mdpop3d.8.gz
OPTIONS_DEFINE= PAM APOP
APOP_DESC= Build with APOP command support (requires PAM)
@@ -31,6 +32,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec
- ${INSTALL_MAN} ${WRKSRC}/mdpop3d.8 ${STAGEDIR}${MANPREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/mdpop3d.8 ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>