From owner-svn-ports-all@FreeBSD.ORG Sun Feb 9 10:30:51 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8C41786; Sun, 9 Feb 2014 10:30:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A2AFC1890; Sun, 9 Feb 2014 10:30:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s19AUp5B059258; Sun, 9 Feb 2014 10:30:51 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s19AUp5v059257; Sun, 9 Feb 2014 10:30:51 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402091030.s19AUp5v059257@svn.freebsd.org> From: Martin Wilke Date: Sun, 9 Feb 2014 10:30:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343445 - head/textproc/webcpp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Feb 2014 10:30:51 -0000 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 - 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 +.include