aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mdpop3d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mdpop3d/Makefile')
-rw-r--r--mail/mdpop3d/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/mdpop3d/Makefile b/mail/mdpop3d/Makefile
index 411e49e13433..db5f60d9d65e 100644
--- a/mail/mdpop3d/Makefile
+++ b/mail/mdpop3d/Makefile
@@ -9,14 +9,11 @@ MASTER_SITES= ftp://ftp.corpit.ru/home/mjt/mdpop3d/
MAINTAINER= ports@FreeBSD.org
COMMENT= A simple and small POP3 daemon implementation with Maildir support
-PLIST_FILES= libexec/mdpop3d
-MAN8= mdpop3d.8
-MANCOMPRESSED= no
+PLIST_FILES= libexec/mdpop3d man/man8/mdpop3d.8.gz
OPTIONS_DEFINE= PAM APOP
APOP_DESC= Build with APOP command support (requires PAM)
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -36,7 +33,7 @@ post-patch:
.endif
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec
- ${INSTALL_MAN} ${WRKSRC}/mdpop3d.8 ${PREFIX}/man/man8
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/libexec
+ ${INSTALL_MAN} ${WRKSRC}/mdpop3d.8 ${STAGEDIR}${MANPREFIX}/man/man8
.include <bsd.port.mk>