svn commit: r343445 - head/textproc/webcpp

Martin Wilke miwi at FreeBSD.org
Sun Feb 9 10:30:51 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list