diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-03 19:37:53 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-03 19:37:53 +0000 |
commit | 254a25294610127575cc35943c6919069d2e24b6 (patch) | |
tree | 8c13a94a6ff8d1d0b44e213e94c1213d3c3506e1 /print | |
parent | f8e330008ef1653396477983520774f3a544672a (diff) | |
download | ports-254a25294610127575cc35943c6919069d2e24b6.tar.gz ports-254a25294610127575cc35943c6919069d2e24b6.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cpp2latex/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile index 282d7af5ddaf..20dc8802d660 100644 --- a/print/cpp2latex/Makefile +++ b/print/cpp2latex/Makefile @@ -14,17 +14,17 @@ MASTER_SITES= http://www.arnoldarts.de/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert C++ source to a file you can input in an LaTeX-document +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif +post-patch: + @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for docfile in AUTHORS ChangeLog README TODO ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} |