From 465b62bf8f8f4feb574f9d5092fd3276d55b74a5 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Fri, 21 Feb 2014 09:12:01 +0000 Subject: Support staging --- mail/mdpop3d/Makefile | 9 +++------ 1 file 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 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 -- cgit