Date: Fri, 27 Dec 2013 10:12:14 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337684 - head/news/multisuck Message-ID: <201312271012.rBRACEQ5071778@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Dec 27 10:12:13 2013 New Revision: 337684 URL: http://svnweb.freebsd.org/changeset/ports/337684 Log: Support stage Modified: head/news/multisuck/Makefile Modified: head/news/multisuck/Makefile ============================================================================== --- head/news/multisuck/Makefile Fri Dec 27 10:11:07 2013 (r337683) +++ head/news/multisuck/Makefile Fri Dec 27 10:12:13 2013 (r337684) @@ -11,12 +11,9 @@ COMMENT= Multi-server/conn news suck GNU_CONFIGURE= yes -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/msuck ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/samples/*.sample ${EXAMPLESDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/msuck ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/samples/*.sample ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271012.rBRACEQ5071778>