Date: Tue, 18 Feb 2014 11:56:24 +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: r344869 - head/irc/miau Message-ID: <201402181156.s1IBuOM4002743@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Feb 18 11:56:23 2014 New Revision: 344869 URL: http://svnweb.freebsd.org/changeset/ports/344869 QAT: https://qat.redports.org/buildarchive/r344869/ Log: Support staging. Modified: head/irc/miau/Makefile head/irc/miau/pkg-plist Modified: head/irc/miau/Makefile ============================================================================== --- head/irc/miau/Makefile Tue Feb 18 11:53:14 2014 (r344868) +++ head/irc/miau/Makefile Tue Feb 18 11:56:23 2014 (r344869) @@ -14,7 +14,6 @@ USES= iconv GNU_CONFIGURE= yes INFO= miau -MAN1= miau.1 CONFIGURE_ARGS= --enable-dccbounce \ --enable-automode \ @@ -35,15 +34,12 @@ CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-ipv6 .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,\$$datadir/doc/miau/examples,${EXAMPLESDIR},g' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -.if !defined(NOPORTDOCS) post-install: - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> Modified: head/irc/miau/pkg-plist ============================================================================== --- head/irc/miau/pkg-plist Tue Feb 18 11:53:14 2014 (r344868) +++ head/irc/miau/pkg-plist Tue Feb 18 11:56:23 2014 (r344869) @@ -1,5 +1,6 @@ bin/miau bin/miau-check +man/man1/miau.1.gz %%EXAMPLESDIR%%/miaurc @dirrm %%EXAMPLESDIR%% %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181156.s1IBuOM4002743>