Date: Fri, 21 Feb 2014 09:12:01 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345335 - head/mail/mdpop3d Message-ID: <201402210912.s1L9C14b052006@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Feb 21 09:12:01 2014 New Revision: 345335 URL: http://svnweb.freebsd.org/changeset/ports/345335 QAT: https://qat.redports.org/buildarchive/r345335/ Log: Support staging Modified: head/mail/mdpop3d/Makefile Modified: head/mail/mdpop3d/Makefile ============================================================================== --- head/mail/mdpop3d/Makefile Fri Feb 21 08:58:29 2014 (r345334) +++ head/mail/mdpop3d/Makefile Fri Feb 21 09:12:01 2014 (r345335) @@ -9,14 +9,11 @@ MASTER_SITES= ftp://ftp.corpit.ru/home/m 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402210912.s1L9C14b052006>