summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-09 10:30:51 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-09 10:30:51 +0000
commit6c964e358d466d11ac82fdb87653c580a9619076 (patch)
tree990a6230ff9e5ebc8bf567c787b228cecdb80c50
parent- Stage support (diff)
- Stage support
Notes
Notes: svn path=/head/; revision=343445
-rw-r--r--textproc/webcpp/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/textproc/webcpp/Makefile b/textproc/webcpp/Makefile
index fead636da898..8704c1c3396b 100644
--- a/textproc/webcpp/Makefile
+++ b/textproc/webcpp/Makefile
@@ -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>