diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 17:12:01 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-21 17:12:01 +0800 |
commit | 465b62bf8f8f4feb574f9d5092fd3276d55b74a5 (patch) | |
tree | 03209b1660bba157e2bb53008a1e058964a76f8c | |
parent | e8a95e15412056bf54208ff78b355b6f5258950e (diff) | |
download | freebsd-ports-gnome-465b62bf8f8f4feb574f9d5092fd3276d55b74a5.tar.gz freebsd-ports-gnome-465b62bf8f8f4feb574f9d5092fd3276d55b74a5.tar.zst freebsd-ports-gnome-465b62bf8f8f4feb574f9d5092fd3276d55b74a5.zip |
Support staging
-rw-r--r-- | mail/mdpop3d/Makefile | 9 |
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> |