Date: Sun, 9 Feb 2014 10:30:51 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343445 - head/textproc/webcpp Message-ID: <201402091030.s19AUp5v059257@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun Feb 9 10:30:51 2014 New Revision: 343445 URL: http://svnweb.freebsd.org/changeset/ports/343445 QAT: https://qat.redports.org/buildarchive/r343445/ Log: - Stage support Modified: head/textproc/webcpp/Makefile Modified: head/textproc/webcpp/Makefile ============================================================================== --- head/textproc/webcpp/Makefile Sun Feb 9 10:30:47 2014 (r343444) +++ head/textproc/webcpp/Makefile Sun Feb 9 10:30:51 2014 (r343445) @@ -10,9 +10,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= chip-set@mail.ru COMMENT= Convert your source code to syntax highlighted HTML -NO_STAGE= yes -.include <bsd.port.pre.mk> - GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -27,11 +24,9 @@ pre-patch: 's|IO->close()|if(IO) IO->close()|g' post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in AUTHORS COPYING README TODO docs.html - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402091030.s19AUp5v059257>