Date: Fri, 21 Feb 2014 09:18:22 +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: r345339 - head/mail/popcheck Message-ID: <201402210918.s1L9IMbo053110@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Feb 21 09:18:22 2014 New Revision: 345339 URL: http://svnweb.freebsd.org/changeset/ports/345339 QAT: https://qat.redports.org/buildarchive/r345339/ Log: Support staging Modified: head/mail/popcheck/Makefile Modified: head/mail/popcheck/Makefile ============================================================================== --- head/mail/popcheck/Makefile Fri Feb 21 09:16:32 2014 (r345338) +++ head/mail/popcheck/Makefile Fri Feb 21 09:18:22 2014 (r345339) @@ -13,17 +13,10 @@ COMMENT= Preview and delete messages in ALL_TARGET= popcheck -.if !defined(NO_INSTALL_MANPAGES) -MAN1= popcheck.1 -.endif +PLIST_FILES= bin/popcheck man/man1/popcheck.1.gz -PLIST_FILES= bin/popcheck - -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/popcheck ${PREFIX}/bin -.if !defined(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKSRC}/popcheck.1 ${MAN1PREFIX}/man/man1 -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/popcheck ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/popcheck.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402210918.s1L9IMbo053110>