diff options
Diffstat (limited to 'print/cpp2latex/Makefile')
-rw-r--r-- | print/cpp2latex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile index d0da5ff56a1..99ce71f4c25 100644 --- a/print/cpp2latex/Makefile +++ b/print/cpp2latex/Makefile @@ -7,7 +7,7 @@ # PORTNAME= cpp2latex -PORTVERSION= 2.1 +PORTVERSION= 2.3 CATEGORIES= print MASTER_SITES= http://www.arnoldarts.de/ @@ -15,10 +15,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Convert C++ source to a file you can input in an LaTeX-document GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cpp2latex/cpp2latex ${PREFIX}/bin .if !defined(NOPORTDOCS) +post-install: @${MKDIR} ${DOCSDIR} .for file in AUTHORS ChangeLog README TODO ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |