diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-09 15:34:09 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-09 15:34:09 +0000 |
| commit | e764e76dc7b5cf2986f375d54768402befcd67c6 (patch) | |
| tree | 9db052d554c37839a2841c452b4628a13918851d /print/cpp2latex/Makefile | |
| parent | a45ece12c2568e4b4f9457bc3301f6d7d9258e22 (diff) | |
Notes
Diffstat (limited to 'print/cpp2latex/Makefile')
| -rw-r--r-- | print/cpp2latex/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print/cpp2latex/Makefile b/print/cpp2latex/Makefile index 89eaef7eaad0..227be37bee6b 100644 --- a/print/cpp2latex/Makefile +++ b/print/cpp2latex/Makefile @@ -9,7 +9,7 @@ PORTNAME= cpp2latex PORTVERSION= 2.3 CATEGORIES= print -MASTER_SITES= http://roederberg.dyndns.org/~arnold/file_share/cpp2latex/ +MASTER_SITES= http://www.arnoldarts.de/drupal/files/downloads/cpp2latex/ MAINTAINER= ports@FreeBSD.org COMMENT= Convert C++ source to a file you can input in an LaTeX-document @@ -17,7 +17,8 @@ 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} -.include <bsd.port.pre.mk> +PLIST_FILES= bin/cpp2latex +PORTDOCS= AUTHORS ChangeLog README TODO post-patch: @${REINPLACE_CMD} -e 's|-pedantic||g' ${WRKSRC}/configure @@ -25,9 +26,9 @@ post-patch: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for docfile in AUTHORS ChangeLog README TODO +.for docfile in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR} .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |
